Html Css Color HEX #59317C Kingfisher Daisy

📋 copy color: '#59317C'

red 89 ◦ green 49 ◦ blue 124

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

Shades of Kingfisher Daisy #59317C

Tints of Kingfisher Daisy #59317C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.7%

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

R = 33.97%
G = 18.7%
B = 47.33%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59317C (or 0x59317C) is known color: Kingfisher Daisy. HEX triplet: 59, 31 and 7C. RGB value is (89,49,124). Sum of RGB (Red+Green+Blue) = 89+49+124=262 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.97% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #59317C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59317C is #A6CE83. Grayscale: #454545. Windows color (decimal): -10931844 or 8139097. OLE color: 8139097.

HSL color Cylindrical-coordinate representation of color #59317C: hue angle of 272º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59317C is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 49 124 -
CMYK 0.28 0.60 0 0.51
HSL 272º 0.43% 0.34% -
HSV(B) 272º 0.6% 0.49% -
XYZ 8.86 5.78 19.72 -
YUV 69.51 158.75 141.9 -
System Red Green Blue C M Y K H S L
Decimal 89 49 124 0.28 0.60 0 0.51 272 0.43 0.34
Hex 59 31 7C 1C 3C 0 33 110 2B 22
Octal 131 61 174 34 74 0 63 420 53 42
Binary 1011001 110001 1111100 11100 111100 0 110011 100010000 101011 100010

Color Harmonies of #59317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59317C

Black with #59317C

Text Example


Text Example

White with #59317C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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