Html Css Color HEX #583090 Daisy Bush

📋 copy color: '#583090'

red 88 ◦ green 48 ◦ blue 144

#583090
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #583090

Tints of Daisy Bush #583090

RGB

 RED value IS 88 (34.77% from 255) = 31.43%

 GREEN value IS 48 (19.14% from 255) = 17.14%

 BLUE value IS 144 (56.64% from 255) = 51.43%

R = 31.43%
G = 17.14%
B = 51.43%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#583090 (or 0x583090) is known color: Daisy Bush. HEX triplet: 58, 30 and 90. RGB value is (88,48,144). Sum of RGB (Red+Green+Blue) = 88+48+144=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #583090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583090 is #A7CF6F. Grayscale: #464646. Windows color (decimal): -10997616 or 9449560. OLE color: 9449560.

HSL color Cylindrical-coordinate representation of color #583090: hue angle of 265º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #583090 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 48 144 -
CMYK 0.39 0.67 0 0.44
HSL 265º 0.5% 0.38% -
HSV(B) 265º 0.67% 0.56% -
XYZ 10.12 6.2 27.05 -
YUV 70.9 169.25 140.19 -
System Red Green Blue C M Y K H S L
Decimal 88 48 144 0.39 0.67 0 0.44 265 0.5 0.38
Hex 58 30 90 27 43 0 2C 109 32 26
Octal 130 60 220 47 103 0 54 411 62 46
Binary 1011000 110000 10010000 100111 1000011 0 101100 100001001 110010 100110

Color Harmonies of #583090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583090

Black with #583090

Text Example


Text Example

White with #583090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583090; }

 p { color: rgb(88,48,144); }

 H1.HeaderClassName
 {
   color: #583090;
 }
 .AnyTagClassName
 {
   color: #583090;
 }
</style>

background-color css

<style>
 a { background-color: #583090; }

 a { background-color: rgb(88,48,144); }

 div.DivClassName
 {
   background-color: #583090;
 }
 .BgClassName
 {
   background-color: #583090;
 }
</style>

border-color css

<style>
 span { border-color: #583090; }

 span { border-color: rgb(88,48,144); }

 td.TdClassName
 {
   border-color: #583090;
 }
 .TagClassName
 {
   border-color: #583090;
 }
</style>