#57456D

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

Shades of Meteorite #57456D

Tints of Meteorite #57456D

Color information

#57456D (or 0x57456D) is unknown color: approx Meteorite. HEX triplet: 57, 45 and 6D. RGB value is (87,69,109). Sum of RGB (Red+Green+Blue) = 87+69+109=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 109 - color contains mainly: blue. Hex color #57456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57456D is #A8BA92. Grayscale: #4E4E4E. Windows color (decimal): -11057811 or 7161175. OLE color: 7161175.

HSL color Cylindrical-coordinate representation of color #57456D: hue angle of 267º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57456D is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8769109-
CMYK0.200.3700.57
HSL267º22.47%34.9%-
HSV(B)267º36.7%42.75%-
XYZ8.827.3915.43-
YUV78.94144.96133.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.83%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 109 (42.97% from 255) = 41.13%
R=32.83%
G=26.04%
B=41.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87691090.200.3700.5726722.4734.9
Hex57456D142503910b1623
Octal12710515524450714132643
Binary10101111000101110110110100100101011100110000101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,69,109); }

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

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

 a { background-color: rgb(87,69,109); }

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

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

 span { border-color: rgb(87,69,109); }

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