#57466C

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

Shades of Meteorite #57466C

Tints of Meteorite #57466C

Color information

#57466C (or 0x57466C) is unknown color: approx Meteorite. HEX triplet: 57, 46 and 6C. RGB value is (87,70,108). Sum of RGB (Red+Green+Blue) = 87+70+108=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 108 - color contains mainly: blue. Hex color #57466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57466C is #A8B993. Grayscale: #4F4F4F. Windows color (decimal): -11057556 or 7095895. OLE color: 7095895.

HSL color Cylindrical-coordinate representation of color #57466C: hue angle of 266.84º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #57466C is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8770108-
CMYK0.190.3500.58
HSL266.84º21.35%34.9%-
HSV(B)266.84º35.19%42.35%-
XYZ8.837.4915.17-
YUV79.41144.13133.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.83%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 108 (42.58% from 255) = 40.75%
R=32.83%
G=26.42%
B=40.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87701080.190.3500.58266.8421.3534.9
Hex57466C132303A10b1523
Octal12710615423430724132543
Binary10101111000110110110010011100011011101010000101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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