#5F3D73

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

Shades of Honey Flower #5F3D73

Tints of Honey Flower #5F3D73

Color information

#5F3D73 (or 0x5F3D73) is unknown color: approx Honey Flower. HEX triplet: 5F, 3D and 73. RGB value is (95,61,115). Sum of RGB (Red+Green+Blue) = 95+61+115=271 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.06% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F3D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3D73 is #A0C28C. Grayscale: #4D4D4D. Windows color (decimal): -10535565 or 7552351. OLE color: 7552351.

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

Color convert

RGB9561115-
CMYK0.170.4700.55
HSL277.78º30.68%34.51%-
HSV(B)277.78º46.96%45.1%-
XYZ9.487.0117.07-
YUV77.32149.26140.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.06%
GREEN value IS 61 (24.22% from 255) = 22.51%
BLUE value IS 115 (45.31% from 255) = 42.44%
R=35.06%
G=22.51%
B=42.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95611150.170.4700.55277.7830.6834.51
Hex5F3D73112F0371161f23
Octal1377516321570674263743
Binary1011111111101111001110001101111011011110001011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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