#5F466E

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

Shades of Honey Flower #5F466E

Tints of Honey Flower #5F466E

Color information

#5F466E (or 0x5F466E) is unknown color: approx Honey Flower. HEX triplet: 5F, 46 and 6E. RGB value is (95,70,110). Sum of RGB (Red+Green+Blue) = 95+70+110=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F466E is #A0B991. Grayscale: #515151. Windows color (decimal): -10533266 or 7226975. OLE color: 7226975.

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

Color convert

RGB9570110-
CMYK0.140.3600.57
HSL277.5º22.22%35.29%-
HSV(B)277.5º36.36%43.14%-
XYZ9.727.9415.77-
YUV82.04143.78137.25-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.55%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 110 (43.36% from 255) = 40%
R=34.55%
G=25.45%
B=40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95701100.140.3600.57277.522.2235.29
Hex5F466EE240391161623
Octal13710615616440714262643
Binary1011111100011011011101110100100011100110001011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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