#57466E

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

Shades of Meteorite #57466E

Tints of Meteorite #57466E

Color information

#57466E (or 0x57466E) is unknown color: approx Meteorite. HEX triplet: 57, 46 and 6E. RGB value is (87,70,110). Sum of RGB (Red+Green+Blue) = 87+70+110=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #57466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57466E is #A8B991. Grayscale: #4F4F4F. Windows color (decimal): -11057554 or 7226967. OLE color: 7226967.

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

Color convert

RGB8770110-
CMYK0.210.3600.57
HSL265.5º22.22%35.29%-
HSV(B)265.5º36.36%43.14%-
XYZ8.947.5315.73-
YUV79.64145.13133.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.58%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=32.58%
G=26.22%
B=41.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87701100.210.3600.57265.522.2235.29
Hex57466E152403910a1623
Octal12710615625440714122643
Binary10101111000110110111010101100100011100110000101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,70,110); }

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

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

 a { background-color: rgb(87,70,110); }

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

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

 span { border-color: rgb(87,70,110); }

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