#57425F

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

Shades of Honey Flower #57425F

Tints of Honey Flower #57425F

Color information

#57425F (or 0x57425F) is unknown color: approx Honey Flower. HEX triplet: 57, 42 and 5F. RGB value is (87,66,95). Sum of RGB (Red+Green+Blue) = 87+66+95=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 95 - color contains mainly: blue. Hex color #57425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57425F is #A8BDA0. Grayscale: #4B4B4B. Windows color (decimal): -11058593 or 6242903. OLE color: 6242903.

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

Color convert

RGB876695-
CMYK0.080.3100.63
HSL283.45º18.01%31.57%-
HSV(B)283.45º30.53%37.25%-
XYZ7.946.7511.71-
YUV75.58138.96136.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.08%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=35.08%
G=26.61%
B=38.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8766950.080.3100.63283.4518.0131.57
Hex57425F81F03F11b1220
Octal12710213710370774332240
Binary101011110000101011111100011111011111110001101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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