#5F396C

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

Shades of Honey Flower #5F396C

Tints of Honey Flower #5F396C

Color information

#5F396C (or 0x5F396C) is unknown color: approx Honey Flower. HEX triplet: 5F, 39 and 6C. RGB value is (95,57,108). Sum of RGB (Red+Green+Blue) = 95+57+108=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 108 - color contains mainly: blue. Hex color #5F396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F396C is #A0C693. Grayscale: #4A4A4A. Windows color (decimal): -10536596 or 7092575. OLE color: 7092575.

HSL color Cylindrical-coordinate representation of color #5F396C: hue angle of 284.71º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F396C is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9557108-
CMYK0.120.4700.58
HSL284.71º30.91%32.35%-
HSV(B)284.71º47.22%42.35%-
XYZ8.896.4414.96-
YUV74.18147.09142.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.54%
GREEN value IS 57 (22.66% from 255) = 21.92%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=36.54%
G=21.92%
B=41.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95571080.120.4700.58284.7130.9132.35
Hex5F396CC2F03A11d1f20
Octal1377115414570724353740
Binary101111111100111011001100101111011101010001110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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