#5F396E

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

Shades of Honey Flower #5F396E

Tints of Honey Flower #5F396E

Color information

#5F396E (or 0x5F396E) is unknown color: approx Honey Flower. HEX triplet: 5F, 39 and 6E. RGB value is (95,57,110). Sum of RGB (Red+Green+Blue) = 95+57+110=262 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.26% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F396E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F396E is #A0C691. Grayscale: #4A4A4A. Windows color (decimal): -10536594 or 7223647. OLE color: 7223647.

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

Color convert

RGB9557110-
CMYK0.140.4800.57
HSL283.02º31.74%32.75%-
HSV(B)283.02º48.18%43.14%-
XYZ96.4815.53-
YUV74.4148.09142.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.26%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=36.26%
G=21.76%
B=41.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95571100.140.4800.57283.0231.7432.75
Hex5F396EE3003911b2021
Octal1377115616600714334041
Binary1011111111001110111011101100000111001100011011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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