#5F4076

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

Shades of Honey Flower #5F4076

Tints of Honey Flower #5F4076

Color information

#5F4076 (or 0x5F4076) is unknown color: approx Honey Flower. HEX triplet: 5F, 40 and 76. RGB value is (95,64,118). Sum of RGB (Red+Green+Blue) = 95+64+118=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #5F4076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4076 is #A0BF89. Grayscale: #4F4F4F. Windows color (decimal): -10534794 or 7749727. OLE color: 7749727.

HSL color Cylindrical-coordinate representation of color #5F4076: hue angle of 274.44º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F4076 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9564118-
CMYK0.190.4600.54
HSL274.44º29.67%35.69%-
HSV(B)274.44º45.76%46.27%-
XYZ9.827.4118.05-
YUV79.42149.77139.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.30%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=34.30%
G=23.10%
B=42.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal95641180.190.4600.54274.4429.6735.69
Hex5F4076132E0361121e24
Octal13710016623560664223644
Binary10111111000000111011010011101110011011010001001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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