#57445E

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

Shades of Honey Flower #57445E

Tints of Honey Flower #57445E

Color information

#57445E (or 0x57445E) is unknown color: approx Honey Flower. HEX triplet: 57, 44 and 5E. RGB value is (87,68,94). Sum of RGB (Red+Green+Blue) = 87+68+94=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 94 - color contains mainly: blue. Hex color #57445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57445E is #A8BBA1. Grayscale: #4C4C4C. Windows color (decimal): -11058082 or 6177879. OLE color: 6177879.

HSL color Cylindrical-coordinate representation of color #57445E: hue angle of 283.85º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #57445E is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB876894-
CMYK0.070.2800.63
HSL283.85º16.05%31.76%-
HSV(B)283.85º27.66%36.86%-
XYZ8.026.9711.51-
YUV76.65137.79135.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.94%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 94 (37.11% from 255) = 37.75%
R=34.94%
G=27.31%
B=37.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8768940.070.2800.63283.8516.0531.76
Hex57445E71C03F11c1020
Octal1271041367340774342040
Binary10101111000100101111011111100011111110001110010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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