#5F4667

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

Shades of Honey Flower #5F4667

Tints of Honey Flower #5F4667

Color information

#5F4667 (or 0x5F4667) is unknown color: approx Honey Flower. HEX triplet: 5F, 46 and 67. RGB value is (95,70,103). Sum of RGB (Red+Green+Blue) = 95+70+103=268 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.45% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 103 - color contains mainly: blue. Hex color #5F4667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4667 is #A0B998. Grayscale: #515151. Windows color (decimal): -10533273 or 6768223. OLE color: 6768223.

HSL color Cylindrical-coordinate representation of color #5F4667: hue angle of 285.45º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F4667 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9570103-
CMYK0.080.3200.60
HSL285.45º19.08%33.92%-
HSV(B)285.45º32.04%40.39%-
XYZ9.367.7913.84-
YUV81.24140.28137.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.45%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 103 (40.62% from 255) = 38.43%
R=35.45%
G=26.12%
B=38.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal95701030.080.3200.60285.4519.0833.92
Hex5F466782003C11d1322
Octal13710614710400744352342
Binary1011111100011011001111000100000011110010001110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,70,103); }

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

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

 a { background-color: rgb(95,70,103); }

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

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

 span { border-color: rgb(95,70,103); }

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