Html Css Color HEX #59367C Kingfisher Daisy

📋 copy color: '#59367C'

red 89 ◦ green 54 ◦ blue 124

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

Shades of Kingfisher Daisy #59367C

Tints of Kingfisher Daisy #59367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.22%

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

R = 33.33%
G = 20.22%
B = 46.44%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59367C (or 0x59367C) is known color: Kingfisher Daisy. HEX triplet: 59, 36 and 7C. RGB value is (89,54,124). Sum of RGB (Red+Green+Blue) = 89+54+124=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #59367C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59367C is #A6C983. Grayscale: #484848. Windows color (decimal): -10930564 or 8140377. OLE color: 8140377.

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

Color convert

RGB 89 54 124 -
CMYK 0.28 0.56 0 0.51
HSL 270º 0.39% 0.35% -
HSV(B) 270º 0.56% 0.49% -
XYZ 9.08 6.22 19.79 -
YUV 72.45 157.1 139.81 -
System Red Green Blue C M Y K H S L
Decimal 89 54 124 0.28 0.56 0 0.51 270 0.39 0.35
Hex 59 36 7C 1C 38 0 33 10E 27 23
Octal 131 66 174 34 70 0 63 416 47 43
Binary 1011001 110110 1111100 11100 111000 0 110011 100001110 100111 100011

Color Harmonies of #59367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59367C

Black with #59367C

Text Example


Text Example

White with #59367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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