#5F4079

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

Shades of Honey Flower #5F4079

Tints of Honey Flower #5F4079

Color information

#5F4079 (or 0x5F4079) is unknown color: approx Honey Flower. HEX triplet: 5F, 40 and 79. RGB value is (95,64,121). Sum of RGB (Red+Green+Blue) = 95+64+121=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #5F4079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4079 is #A0BF86. Grayscale: #4F4F4F. Windows color (decimal): -10534791 or 7946335. OLE color: 7946335.

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

Color convert

RGB9564121-
CMYK0.210.4700.53
HSL272.63º30.81%36.27%-
HSV(B)272.63º47.11%47.45%-
XYZ107.4819.01-
YUV79.77151.27138.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.93%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 121 (47.66% from 255) = 43.21%
R=33.93%
G=22.86%
B=43.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95641210.210.4700.53272.6330.8136.27
Hex5F4079152F0351111f24
Octal13710017125570654213744
Binary10111111000000111100110101101111011010110001000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,64,121); }

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

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

 a { background-color: rgb(95,64,121); }

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

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

 span { border-color: rgb(95,64,121); }

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