Html Css Color HEX #59429E Daisy Bush

📋 copy color: '#59429E'

red 89 ◦ green 66 ◦ blue 158

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

Shades of Daisy Bush #59429E

Tints of Daisy Bush #59429E

RGB

 RED value IS 89 (35.16% from 255) = 28.43%

 GREEN value IS 66 (26.17% from 255) = 21.09%

 BLUE value IS 158 (62.11% from 255) = 50.48%

R = 28.43%
G = 21.09%
B = 50.48%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59429E (or 0x59429E) is known color: Daisy Bush. HEX triplet: 59, 42 and 9E. RGB value is (89,66,158). Sum of RGB (Red+Green+Blue) = 89+66+158=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #59429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59429E is #A6BD61. Grayscale: #535353. Windows color (decimal): -10927458 or 10371673. OLE color: 10371673.

HSL color Cylindrical-coordinate representation of color #59429E: hue angle of 255º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59429E is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 66 158 -
CMYK 0.44 0.58 0 0.38
HSL 255º 0.41% 0.44% -
HSV(B) 255º 0.58% 0.62% -
XYZ 12.24 8.49 33.34 -
YUV 83.37 170.12 132.02 -
System Red Green Blue C M Y K H S L
Decimal 89 66 158 0.44 0.58 0 0.38 255 0.41 0.44
Hex 59 42 9E 2C 3A 0 26 FF 29 2C
Octal 131 102 236 54 72 0 46 377 51 54
Binary 1011001 1000010 10011110 101100 111010 0 100110 11111111 101001 101100

Color Harmonies of #59429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59429E

Black with #59429E

Text Example


Text Example

White with #59429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59429E; }

 p { color: rgb(89,66,158); }

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

background-color css

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

 a { background-color: rgb(89,66,158); }

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

border-color css

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

 span { border-color: rgb(89,66,158); }

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