#5F3671

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

Shades of Honey Flower #5F3671

Tints of Honey Flower #5F3671

Color information

#5F3671 (or 0x5F3671) is unknown color: approx Honey Flower. HEX triplet: 5F, 36 and 71. RGB value is (95,54,113). Sum of RGB (Red+Green+Blue) = 95+54+113=262 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.26% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F3671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3671 is #A0C98E. Grayscale: #484848. Windows color (decimal): -10537359 or 7419487. OLE color: 7419487.

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

Color convert

RGB9554113-
CMYK0.160.5200.56
HSL281.69º35.33%32.75%-
HSV(B)281.69º52.21%44.31%-
XYZ9.026.2616.36-
YUV72.98150.58143.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.26%
GREEN value IS 54 (21.48% from 255) = 20.61%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=36.26%
G=20.61%
B=43.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95541130.160.5200.56281.6935.3332.75
Hex5F3671103403811a2321
Octal1376616120640704324341
Binary10111111101101110001100001101000111000100011010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,54,113); }

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

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

 a { background-color: rgb(95,54,113); }

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

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

 span { border-color: rgb(95,54,113); }

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