#5F4465

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

Shades of Honey Flower #5F4465

Tints of Honey Flower #5F4465

Color information

#5F4465 (or 0x5F4465) is unknown color: approx Honey Flower. HEX triplet: 5F, 44 and 65. RGB value is (95,68,101). Sum of RGB (Red+Green+Blue) = 95+68+101=264 (34% of max value = 765). Red value is 95 (37.5% from 255 or 35.98% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 101 - color contains mainly: blue. Hex color #5F4465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4465 is #A0BB9A. Grayscale: #4F4F4F. Windows color (decimal): -10533787 or 6636639. OLE color: 6636639.

HSL color Cylindrical-coordinate representation of color #5F4465: hue angle of 289.09º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F4465 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9568101-
CMYK0.060.3300.60
HSL289.09º19.53%33.14%-
HSV(B)289.09º32.67%39.61%-
XYZ9.147.5113.28-
YUV79.83139.95138.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.98%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 101 (39.84% from 255) = 38.26%
R=35.98%
G=25.76%
B=38.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal95681010.060.3300.60289.0919.5333.14
Hex5F446562103C1211421
Octal1371041456410744412441
Binary101111110001001100101110100001011110010010000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,68,101); }

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

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

 a { background-color: rgb(95,68,101); }

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

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

 span { border-color: rgb(95,68,101); }

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