#5F4273

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

Shades of Honey Flower #5F4273

Tints of Honey Flower #5F4273

Color information

#5F4273 (or 0x5F4273) is unknown color: approx Honey Flower. HEX triplet: 5F, 42 and 73. RGB value is (95,66,115). Sum of RGB (Red+Green+Blue) = 95+66+115=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F4273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4273 is #A0BD8C. Grayscale: #505050. Windows color (decimal): -10534285 or 7553631. OLE color: 7553631.

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

Color convert

RGB9566115-
CMYK0.170.4300.55
HSL275.51º27.07%35.49%-
HSV(B)275.51º42.61%45.1%-
XYZ9.767.5717.17-
YUV80.26147.61138.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.42%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 115 (45.31% from 255) = 41.67%
R=34.42%
G=23.91%
B=41.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95661150.170.4300.55275.5127.0735.49
Hex5F4273112B0371141b23
Octal13710216321530674243343
Binary10111111000010111001110001101011011011110001010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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