Html Css Color HEX #59429C Daisy Bush

📋 copy color: '#59429C'

red 89 ◦ green 66 ◦ blue 156

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

Shades of Daisy Bush #59429C

Tints of Daisy Bush #59429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.16%

R = 28.62%
G = 21.22%
B = 50.16%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59429C (or 0x59429C) is known color: Daisy Bush. HEX triplet: 59, 42 and 9C. RGB value is (89,66,156). Sum of RGB (Red+Green+Blue) = 89+66+156=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #59429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59429C is #A6BD63. Grayscale: #525252. Windows color (decimal): -10927460 or 10240601. OLE color: 10240601.

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

Color convert

RGB 89 66 156 -
CMYK 0.43 0.58 0 0.39
HSL 255.33º 0.41% 0.44% -
HSV(B) 255.33º 0.58% 0.61% -
XYZ 12.07 8.42 32.44 -
YUV 83.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 89 66 156 0.43 0.58 0 0.39 255.33 0.41 0.44
Hex 59 42 9C 2B 3A 0 27 FF 29 2C
Octal 131 102 234 53 72 0 47 377 51 54
Binary 1011001 1000010 10011100 101011 111010 0 100111 11111111 101001 101100

Color Harmonies of #59429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59429C

Black with #59429C

Text Example


Text Example

White with #59429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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