Html Css Color HEX #59207F Kingfisher Daisy

📋 copy color: '#59207F'

red 89 ◦ green 32 ◦ blue 127

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

Shades of Kingfisher Daisy #59207F

Tints of Kingfisher Daisy #59207F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.9%

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

R = 35.89%
G = 12.9%
B = 51.21%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#59207F (or 0x59207F) is known color: Kingfisher Daisy. HEX triplet: 59, 20 and 7F. RGB value is (89,32,127). Sum of RGB (Red+Green+Blue) = 89+32+127=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #59207F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59207F is #A6DF80. Grayscale: #3B3B3B. Windows color (decimal): -10936193 or 8331353. OLE color: 8331353.

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

Color convert

RGB 89 32 127 -
CMYK 0.30 0.75 0 0.50
HSL 276º 0.6% 0.31% -
HSV(B) 276º 0.75% 0.5% -
XYZ 8.47 4.69 20.54 -
YUV 59.87 165.88 148.78 -
System Red Green Blue C M Y K H S L
Decimal 89 32 127 0.30 0.75 0 0.50 276 0.6 0.31
Hex 59 20 7F 1E 4B 0 32 114 3C 1F
Octal 131 40 177 36 113 0 62 424 74 37
Binary 1011001 100000 1111111 11110 1001011 0 110010 100010100 111100 11111

Color Harmonies of #59207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59207F

Black with #59207F

Text Example


Text Example

White with #59207F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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