#57445D

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

Shades of Honey Flower #57445D

Tints of Honey Flower #57445D

Color information

#57445D (or 0x57445D) is unknown color: approx Honey Flower. HEX triplet: 57, 44 and 5D. RGB value is (87,68,93). Sum of RGB (Red+Green+Blue) = 87+68+93=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 93 - color contains mainly: blue. Hex color #57445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57445D is #A8BBA2. Grayscale: #4C4C4C. Windows color (decimal): -11058083 or 6112343. OLE color: 6112343.

HSL color Cylindrical-coordinate representation of color #57445D: hue angle of 285.6º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #57445D is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB876893-
CMYK0.060.2700.64
HSL285.6º15.53%31.57%-
HSV(B)285.6º26.88%36.47%-
XYZ7.976.9511.28-
YUV76.53137.29135.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.08%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 93 (36.72% from 255) = 37.5%
R=35.08%
G=27.42%
B=37.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8768930.060.2700.64285.615.5331.57
Hex57445D61B04011e1020
Octal12710413563301004362040
Binary101011110001001011101110110110100000010001111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57445D; }

 p { color: rgb(87,68,93); }

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

<style>
 a { background-color: #57445D; }

 a { background-color: rgb(87,68,93); }

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

<style>
 span { border-color: #57445D; }

 span { border-color: rgb(87,68,93); }

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