Html Css Color HEX #59257C Kingfisher Daisy

📋 copy color: '#59257C'

red 89 ◦ green 37 ◦ blue 124

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

Shades of Kingfisher Daisy #59257C

Tints of Kingfisher Daisy #59257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

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

R = 35.6%
G = 14.8%
B = 49.6%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59257C (or 0x59257C) is known color: Kingfisher Daisy. HEX triplet: 59, 25 and 7C. RGB value is (89,37,124). Sum of RGB (Red+Green+Blue) = 89+37+124=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #59257C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59257C is #A6DA83. Grayscale: #3E3E3E. Windows color (decimal): -10934916 or 8136025. OLE color: 8136025.

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

Color convert

RGB 89 37 124 -
CMYK 0.28 0.70 0 0.51
HSL 275.86º 0.54% 0.32% -
HSV(B) 275.86º 0.7% 0.49% -
XYZ 8.42 4.9 19.57 -
YUV 62.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 89 37 124 0.28 0.70 0 0.51 275.86 0.54 0.32
Hex 59 25 7C 1C 46 0 33 114 36 20
Octal 131 45 174 34 106 0 63 424 66 40
Binary 1011001 100101 1111100 11100 1000110 0 110011 100010100 110110 100000

Color Harmonies of #59257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59257C

Black with #59257C

Text Example


Text Example

White with #59257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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