Html Css Color HEX #59429D Daisy Bush

📋 copy color: '#59429D'

red 89 ◦ green 66 ◦ blue 157

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

Shades of Daisy Bush #59429D

Tints of Daisy Bush #59429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.32%

R = 28.53%
G = 21.15%
B = 50.32%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59429D (or 0x59429D) is known color: Daisy Bush. HEX triplet: 59, 42 and 9D. RGB value is (89,66,157). Sum of RGB (Red+Green+Blue) = 89+66+157=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #59429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59429D is #A6BD62. Grayscale: #525252. Windows color (decimal): -10927459 or 10306137. OLE color: 10306137.

HSL color Cylindrical-coordinate representation of color #59429D: hue angle of 255.16º 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 #59429D is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 66 157 -
CMYK 0.43 0.58 0 0.38
HSL 255.16º 0.41% 0.44% -
HSV(B) 255.16º 0.58% 0.62% -
XYZ 12.15 8.45 32.89 -
YUV 83.25 169.62 132.1 -
System Red Green Blue C M Y K H S L
Decimal 89 66 157 0.43 0.58 0 0.38 255.16 0.41 0.44
Hex 59 42 9D 2B 3A 0 26 FF 29 2C
Octal 131 102 235 53 72 0 46 377 51 54
Binary 1011001 1000010 10011101 101011 111010 0 100110 11111111 101001 101100

Color Harmonies of #59429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59429D

Black with #59429D

Text Example


Text Example

White with #59429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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