Html Css Color HEX #59217F Kingfisher Daisy

📋 copy color: '#59217F'

red 89 ◦ green 33 ◦ blue 127

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

Shades of Kingfisher Daisy #59217F

Tints of Kingfisher Daisy #59217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.25%

 BLUE value IS 127 (50% from 255) = 51%

R = 35.74%
G = 13.25%
B = 51%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#59217F (or 0x59217F) is known color: Kingfisher Daisy. HEX triplet: 59, 21 and 7F. RGB value is (89,33,127). Sum of RGB (Red+Green+Blue) = 89+33+127=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #59217F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59217F is #A6DE80. Grayscale: #3C3C3C. Windows color (decimal): -10935937 or 8331609. OLE color: 8331609.

HSL color Cylindrical-coordinate representation of color #59217F: hue angle of 275.74º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59217F is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 33 127 -
CMYK 0.30 0.74 0 0.50
HSL 275.74º 0.59% 0.31% -
HSV(B) 275.74º 0.74% 0.5% -
XYZ 8.49 4.74 20.55 -
YUV 60.46 165.55 148.36 -
System Red Green Blue C M Y K H S L
Decimal 89 33 127 0.30 0.74 0 0.50 275.74 0.59 0.31
Hex 59 21 7F 1E 4A 0 32 114 3B 1F
Octal 131 41 177 36 112 0 62 424 73 37
Binary 1011001 100001 1111111 11110 1001010 0 110010 100010100 111011 11111

Color Harmonies of #59217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59217F

Black with #59217F

Text Example


Text Example

White with #59217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59217F; }

 p { color: rgb(89,33,127); }

 H1.HeaderClassName
 {
   color: #59217F;
 }
 .AnyTagClassName
 {
   color: #59217F;
 }
</style>

background-color css

<style>
 a { background-color: #59217F; }

 a { background-color: rgb(89,33,127); }

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

border-color css

<style>
 span { border-color: #59217F; }

 span { border-color: rgb(89,33,127); }

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