Html Css Color HEX #59407C Kingfisher Daisy

📋 copy color: '#59407C'

red 89 ◦ green 64 ◦ blue 124

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

Shades of Kingfisher Daisy #59407C

Tints of Kingfisher Daisy #59407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.1%

 BLUE value IS 124 (48.83% from 255) = 44.77%

R = 32.13%
G = 23.1%
B = 44.77%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59407C (or 0x59407C) is known color: Kingfisher Daisy. HEX triplet: 59, 40 and 7C. RGB value is (89,64,124). Sum of RGB (Red+Green+Blue) = 89+64+124=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #59407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59407C is #A6BF83. Grayscale: #4E4E4E. Windows color (decimal): -10928004 or 8142937. OLE color: 8142937.

HSL color Cylindrical-coordinate representation of color #59407C: hue angle of 265º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59407C is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 64 124 -
CMYK 0.28 0.48 0 0.51
HSL 265º 0.32% 0.37% -
HSV(B) 265º 0.48% 0.49% -
XYZ 9.59 7.25 19.96 -
YUV 78.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 89 64 124 0.28 0.48 0 0.51 265 0.32 0.37
Hex 59 40 7C 1C 30 0 33 109 20 25
Octal 131 100 174 34 60 0 63 411 40 45
Binary 1011001 1000000 1111100 11100 110000 0 110011 100001001 100000 100101

Color Harmonies of #59407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59407C

Black with #59407C

Text Example


Text Example

White with #59407C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,64,124); }

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

background-color css

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

 a { background-color: rgb(89,64,124); }

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

border-color css

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

 span { border-color: rgb(89,64,124); }

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