Html Css Color HEX #59206F Honey Flower

📋 copy color: '#59206F'

red 89 ◦ green 32 ◦ blue 111

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

Shades of Honey Flower #59206F

Tints of Honey Flower #59206F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 47.84%

R = 38.36%
G = 13.79%
B = 47.84%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#59206F (or 0x59206F) is known color: Honey Flower. HEX triplet: 59, 20 and 6F. RGB value is (89,32,111). Sum of RGB (Red+Green+Blue) = 89+32+111=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #59206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59206F is #A6DF90. Grayscale: #393939. Windows color (decimal): -10936209 or 7282777. OLE color: 7282777.

HSL color Cylindrical-coordinate representation of color #59206F: hue angle of 283.29º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59206F is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 32 111 -
CMYK 0.20 0.71 0 0.56
HSL 283.29º 0.55% 0.28% -
HSV(B) 283.29º 0.71% 0.44% -
XYZ 7.51 4.3 15.47 -
YUV 58.05 157.88 150.08 -
System Red Green Blue C M Y K H S L
Decimal 89 32 111 0.20 0.71 0 0.56 283.29 0.55 0.28
Hex 59 20 6F 14 47 0 38 11B 37 1C
Octal 131 40 157 24 107 0 70 433 67 34
Binary 1011001 100000 1101111 10100 1000111 0 111000 100011011 110111 11100

Color Harmonies of #59206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59206F

Black with #59206F

Text Example


Text Example

White with #59206F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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