#5F3C72

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

Shades of Honey Flower #5F3C72

Tints of Honey Flower #5F3C72

Color information

#5F3C72 (or 0x5F3C72) is unknown color: approx Honey Flower. HEX triplet: 5F, 3C and 72. RGB value is (95,60,114). Sum of RGB (Red+Green+Blue) = 95+60+114=269 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.32% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 114 - color contains mainly: blue. Hex color #5F3C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3C72 is #A0C38D. Grayscale: #4C4C4C. Windows color (decimal): -10535822 or 7486559. OLE color: 7486559.

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

Color convert

RGB9560114-
CMYK0.170.4700.55
HSL278.89º31.03%34.12%-
HSV(B)278.89º47.37%44.71%-
XYZ9.376.8816.75-
YUV76.62149.1141.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.32%
GREEN value IS 60 (23.83% from 255) = 22.30%
BLUE value IS 114 (44.92% from 255) = 42.38%
R=35.32%
G=22.30%
B=42.38%

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
Decimal95601140.170.4700.55278.8931.0334.12
Hex5F3C72112F0371171f22
Octal1377416221570674273742
Binary1011111111100111001010001101111011011110001011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,60,114); }

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

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

 a { background-color: rgb(95,60,114); }

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

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

 span { border-color: rgb(95,60,114); }

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