Html Css Color HEX #59357C Kingfisher Daisy

📋 copy color: '#59357C'

red 89 ◦ green 53 ◦ blue 124

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

Shades of Kingfisher Daisy #59357C

Tints of Kingfisher Daisy #59357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.92%

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

R = 33.46%
G = 19.92%
B = 46.62%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59357C (or 0x59357C) is known color: Kingfisher Daisy. HEX triplet: 59, 35 and 7C. RGB value is (89,53,124). Sum of RGB (Red+Green+Blue) = 89+53+124=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #59357C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59357C is #A6CA83. Grayscale: #474747. Windows color (decimal): -10930820 or 8140121. OLE color: 8140121.

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

Color convert

RGB 89 53 124 -
CMYK 0.28 0.57 0 0.51
HSL 270.42º 0.4% 0.35% -
HSV(B) 270.42º 0.57% 0.49% -
XYZ 9.03 6.13 19.78 -
YUV 71.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 89 53 124 0.28 0.57 0 0.51 270.42 0.4 0.35
Hex 59 35 7C 1C 39 0 33 10E 28 23
Octal 131 65 174 34 71 0 63 416 50 43
Binary 1011001 110101 1111100 11100 111001 0 110011 100001110 101000 100011

Color Harmonies of #59357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59357C

Black with #59357C

Text Example


Text Example

White with #59357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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