#5F3F74

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

Shades of Honey Flower #5F3F74

Tints of Honey Flower #5F3F74

Color information

#5F3F74 (or 0x5F3F74) is unknown color: approx Honey Flower. HEX triplet: 5F, 3F and 74. RGB value is (95,63,116). Sum of RGB (Red+Green+Blue) = 95+63+116=274 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.67% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #5F3F74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3F74 is #A0C08B. Grayscale: #4E4E4E. Windows color (decimal): -10535052 or 7618399. OLE color: 7618399.

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

Color convert

RGB9563116-
CMYK0.180.4600.55
HSL276.23º29.61%35.1%-
HSV(B)276.23º45.69%45.49%-
XYZ9.657.2517.41-
YUV78.61149.1139.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.67%
GREEN value IS 63 (25% from 255) = 22.99%
BLUE value IS 116 (45.70% from 255) = 42.34%
R=34.67%
G=22.99%
B=42.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95631160.180.4600.55276.2329.6135.1
Hex5F3F74122E0371141e23
Octal1377716422560674243643
Binary1011111111111111010010010101110011011110001010011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,63,116); }

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

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

 a { background-color: rgb(95,63,116); }

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

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

 span { border-color: rgb(95,63,116); }

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