#5F3274

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

Shades of Honey Flower #5F3274

Tints of Honey Flower #5F3274

Color information

#5F3274 (or 0x5F3274) is unknown color: approx Honey Flower. HEX triplet: 5F, 32 and 74. RGB value is (95,50,116). Sum of RGB (Red+Green+Blue) = 95+50+116=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #5F3274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3274 is #A0CD8B. Grayscale: #464646. Windows color (decimal): -10538380 or 7615071. OLE color: 7615071.

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

Color convert

RGB9550116-
CMYK0.180.5700.55
HSL280.91º39.76%32.55%-
HSV(B)280.91º56.9%45.49%-
XYZ9.015.9817.2-
YUV70.98153.41145.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.40%
GREEN value IS 50 (19.92% from 255) = 19.16%
BLUE value IS 116 (45.70% from 255) = 44.44%
R=36.40%
G=19.16%
B=44.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95501160.180.5700.55280.9139.7632.55
Hex5F327412390371192821
Octal1376216422710674315041
Binary10111111100101110100100101110010110111100011001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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