#5F406E

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

Shades of Honey Flower #5F406E

Tints of Honey Flower #5F406E

Color information

#5F406E (or 0x5F406E) is unknown color: approx Honey Flower. HEX triplet: 5F, 40 and 6E. RGB value is (95,64,110). Sum of RGB (Red+Green+Blue) = 95+64+110=269 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.32% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F406E is #A0BF91. Grayscale: #4E4E4E. Windows color (decimal): -10534802 or 7225439. OLE color: 7225439.

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

Color convert

RGB9564110-
CMYK0.140.4200.57
HSL280.43º26.44%34.12%-
HSV(B)280.43º41.82%43.14%-
XYZ9.377.2315.65-
YUV78.51145.77139.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.32%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 110 (43.36% from 255) = 40.89%
R=35.32%
G=23.79%
B=40.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95641100.140.4200.57280.4326.4434.12
Hex5F406EE2A0391181a22
Octal13710015616520714303242
Binary1011111100000011011101110101010011100110001100011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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