Html Css Color HEX #59337E Kingfisher Daisy

📋 copy color: '#59337E'

red 89 ◦ green 51 ◦ blue 126

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

Shades of Kingfisher Daisy #59337E

Tints of Kingfisher Daisy #59337E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.17%

 BLUE value IS 126 (49.61% from 255) = 47.37%

R = 33.46%
G = 19.17%
B = 47.37%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59337E (or 0x59337E) is known color: Kingfisher Daisy. HEX triplet: 59, 33 and 7E. RGB value is (89,51,126). Sum of RGB (Red+Green+Blue) = 89+51+126=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 126 - color contains mainly: blue. Hex color #59337E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59337E is #A6CC81. Grayscale: #464646. Windows color (decimal): -10931330 or 8270681. OLE color: 8270681.

HSL color Cylindrical-coordinate representation of color #59337E: hue angle of 270.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59337E is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 51 126 -
CMYK 0.29 0.60 0 0.51
HSL 270.4º 0.42% 0.35% -
HSV(B) 270.4º 0.6% 0.49% -
XYZ 9.07 6 20.42 -
YUV 70.91 159.09 140.9 -
System Red Green Blue C M Y K H S L
Decimal 89 51 126 0.29 0.60 0 0.51 270.4 0.42 0.35
Hex 59 33 7E 1D 3C 0 33 10E 2A 23
Octal 131 63 176 35 74 0 63 416 52 43
Binary 1011001 110011 1111110 11101 111100 0 110011 100001110 101010 100011

Color Harmonies of #59337E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59337E

Black with #59337E

Text Example


Text Example

White with #59337E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,51,126); }

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

background-color css

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

 a { background-color: rgb(89,51,126); }

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

border-color css

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

 span { border-color: rgb(89,51,126); }

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