#5F2C77

Color #5F2C77 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #5F2C77

Tints of Honey Flower #5F2C77

Color information

#5F2C77 (or 0x5F2C77) is unknown color: approx Honey Flower. HEX triplet: 5F, 2C and 77. RGB value is (95,44,119). Sum of RGB (Red+Green+Blue) = 95+44+119=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #5F2C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2C77 is #A0D388. Grayscale: #434343. Windows color (decimal): -10539913 or 7810143. OLE color: 7810143.

HSL color Cylindrical-coordinate representation of color #5F2C77: hue angle of 280.8º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F2C77 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9544119-
CMYK0.200.6300.53
HSL280.8º46.01%31.96%-
HSV(B)280.8º63.03%46.67%-
XYZ8.955.5718.06-
YUV67.8156.9147.4-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.82%
GREEN value IS 44 (17.58% from 255) = 17.05%
BLUE value IS 119 (46.88% from 255) = 46.12%
R=36.82%
G=17.05%
B=46.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95441190.200.6300.53280.846.0131.96
Hex5F2C77143F0351192e20
Octal1375416724770654315640
Binary10111111011001110111101001111110110101100011001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F2C77; }

 p { color: rgb(95,44,119); }

 H1.HeaderClassName
 {
   color: #5F2C77;
 }
 .AnyTagClassName
 {
   color: #5F2C77;
 }
</style>
background-color css

<style>
 a { background-color: #5F2C77; }

 a { background-color: rgb(95,44,119); }

 div.DivClassName
 {
   background-color: #5F2C77;
 }
 .BgClassName
 {
   background-color: #5F2C77;
 }
</style>
border-color css

<style>
 span { border-color: #5F2C77; }

 span { border-color: rgb(95,44,119); }

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