Html Css Color HEX #59267C Kingfisher Daisy

📋 copy color: '#59267C'

red 89 ◦ green 38 ◦ blue 124

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

Shades of Kingfisher Daisy #59267C

Tints of Kingfisher Daisy #59267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.14%

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

R = 35.46%
G = 15.14%
B = 49.4%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59267C (or 0x59267C) is known color: Kingfisher Daisy. HEX triplet: 59, 26 and 7C. RGB value is (89,38,124). Sum of RGB (Red+Green+Blue) = 89+38+124=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #59267C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59267C is #A6D983. Grayscale: #3E3E3E. Windows color (decimal): -10934660 or 8136281. OLE color: 8136281.

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

Color convert

RGB 89 38 124 -
CMYK 0.28 0.69 0 0.51
HSL 275.58º 0.53% 0.32% -
HSV(B) 275.58º 0.69% 0.49% -
XYZ 8.45 4.97 19.58 -
YUV 63.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 89 38 124 0.28 0.69 0 0.51 275.58 0.53 0.32
Hex 59 26 7C 1C 45 0 33 114 35 20
Octal 131 46 174 34 105 0 63 424 65 40
Binary 1011001 100110 1111100 11100 1000101 0 110011 100010100 110101 100000

Color Harmonies of #59267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59267C

Black with #59267C

Text Example


Text Example

White with #59267C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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