#5F356F

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

Shades of Honey Flower #5F356F

Tints of Honey Flower #5F356F

Color information

#5F356F (or 0x5F356F) is unknown color: approx Honey Flower. HEX triplet: 5F, 35 and 6F. RGB value is (95,53,111). Sum of RGB (Red+Green+Blue) = 95+53+111=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F356F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F356F is #A0CA90. Grayscale: #474747. Windows color (decimal): -10537617 or 7288159. OLE color: 7288159.

HSL color Cylindrical-coordinate representation of color #5F356F: hue angle of 283.45º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F356F is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9553111-
CMYK0.140.5200.56
HSL283.45º35.37%32.16%-
HSV(B)283.45º52.25%43.53%-
XYZ8.866.1315.75-
YUV72.17149.91144.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.68%
GREEN value IS 53 (21.09% from 255) = 20.46%
BLUE value IS 111 (43.75% from 255) = 42.86%
R=36.68%
G=20.46%
B=42.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95531110.140.5200.56283.4535.3732.16
Hex5F356FE3403811b2320
Octal1376515716640704334340
Binary1011111110101110111111101101000111000100011011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,53,111); }

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

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

 a { background-color: rgb(95,53,111); }

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

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

 span { border-color: rgb(95,53,111); }

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