#57415F

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

Shades of Honey Flower #57415F

Tints of Honey Flower #57415F

Color information

#57415F (or 0x57415F) is unknown color: approx Honey Flower. HEX triplet: 57, 41 and 5F. RGB value is (87,65,95). Sum of RGB (Red+Green+Blue) = 87+65+95=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 95 - color contains mainly: blue. Hex color #57415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57415F is #A8BEA0. Grayscale: #4A4A4A. Windows color (decimal): -11058849 or 6242647. OLE color: 6242647.

HSL color Cylindrical-coordinate representation of color #57415F: hue angle of 284º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #57415F is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB876595-
CMYK0.080.3200.63
HSL284º18.75%31.37%-
HSV(B)284º31.58%37.25%-
XYZ7.896.6311.69-
YUV75139.29136.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.22%
GREEN value IS 65 (25.78% from 255) = 26.32%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=35.22%
G=26.32%
B=38.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8765950.080.3200.6328418.7531.37
Hex57415F82003F11c131f
Octal12710113710400774342337
Binary101011110000011011111100010000001111111000111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57415F; }

 p { color: rgb(87,65,95); }

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

<style>
 a { background-color: #57415F; }

 a { background-color: rgb(87,65,95); }

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

<style>
 span { border-color: #57415F; }

 span { border-color: rgb(87,65,95); }

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