#5F466B

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

Shades of Honey Flower #5F466B

Tints of Honey Flower #5F466B

Color information

#5F466B (or 0x5F466B) is unknown color: approx Honey Flower. HEX triplet: 5F, 46 and 6B. RGB value is (95,70,107). Sum of RGB (Red+Green+Blue) = 95+70+107=272 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.93% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 107 - color contains mainly: blue. Hex color #5F466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F466B is #A0B994. Grayscale: #515151. Windows color (decimal): -10533269 or 7030367. OLE color: 7030367.

HSL color Cylindrical-coordinate representation of color #5F466B: hue angle of 280.54º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F466B is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9570107-
CMYK0.110.3500.58
HSL280.54º20.9%34.71%-
HSV(B)280.54º34.58%41.96%-
XYZ9.567.8714.93-
YUV81.69142.28137.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.93%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=34.93%
G=25.74%
B=39.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95701070.110.3500.58280.5420.934.71
Hex5F466BB2303A1191523
Octal13710615313430724312543
Binary1011111100011011010111011100011011101010001100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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