#5F3373

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

Shades of Honey Flower #5F3373

Tints of Honey Flower #5F3373

Color information

#5F3373 (or 0x5F3373) is unknown color: approx Honey Flower. HEX triplet: 5F, 33 and 73. RGB value is (95,51,115). Sum of RGB (Red+Green+Blue) = 95+51+115=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F3373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3373 is #A0CC8C. Grayscale: #474747. Windows color (decimal): -10538125 or 7549791. OLE color: 7549791.

HSL color Cylindrical-coordinate representation of color #5F3373: hue angle of 281.25º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F3373 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9551115-
CMYK0.170.5600.55
HSL281.25º38.55%32.55%-
HSV(B)281.25º55.65%45.1%-
XYZ96.0416.91-
YUV71.45152.58144.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.40%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=36.40%
G=19.54%
B=44.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95511150.170.5600.55281.2538.5532.55
Hex5F337311380371192721
Octal1376316321700674314741
Binary10111111100111110011100011110000110111100011001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,51,115); }

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

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

 a { background-color: rgb(95,51,115); }

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

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

 span { border-color: rgb(95,51,115); }

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