#5F486F

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

Shades of Honey Flower #5F486F

Tints of Honey Flower #5F486F

Color information

#5F486F (or 0x5F486F) is unknown color: approx Honey Flower. HEX triplet: 5F, 48 and 6F. RGB value is (95,72,111). Sum of RGB (Red+Green+Blue) = 95+72+111=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F486F is #A0B790. Grayscale: #535353. Windows color (decimal): -10532753 or 7293023. OLE color: 7293023.

HSL color Cylindrical-coordinate representation of color #5F486F: hue angle of 275.38º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F486F is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9572111-
CMYK0.140.3500.56
HSL275.38º21.31%35.88%-
HSV(B)275.38º35.14%43.53%-
XYZ9.918.2216.1-
YUV83.32143.62136.33-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.17%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 111 (43.75% from 255) = 39.93%
R=34.17%
G=25.90%
B=39.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95721110.140.3500.56275.3821.3135.88
Hex5F486FE230381131524
Octal13711015716430704232544
Binary1011111100100011011111110100011011100010001001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,72,111); }

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

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

 a { background-color: rgb(95,72,111); }

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

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

 span { border-color: rgb(95,72,111); }

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