#5F2977

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

Shades of Honey Flower #5F2977

Tints of Honey Flower #5F2977

Color information

#5F2977 (or 0x5F2977) is unknown color: approx Honey Flower. HEX triplet: 5F, 29 and 77. RGB value is (95,41,119). Sum of RGB (Red+Green+Blue) = 95+41+119=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #5F2977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2977 is #A0D688. Grayscale: #414141. Windows color (decimal): -10540681 or 7809375. OLE color: 7809375.

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

Color convert

RGB9541119-
CMYK0.200.6600.53
HSL281.54º48.75%31.37%-
HSV(B)281.54º65.55%46.67%-
XYZ8.845.3518.02-
YUV66.04157.89148.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.25%
GREEN value IS 41 (16.41% from 255) = 16.08%
BLUE value IS 119 (46.88% from 255) = 46.67%
R=37.25%
G=16.08%
B=46.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95411190.200.6600.53281.5448.7531.37
Hex5F2977144203511a311f
Octal13751167241020654326137
Binary10111111010011110111101001000010011010110001101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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