#57616F

Color #57616F Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #57616F

Tints of Shuttle Grey #57616F

Color information

#57616F (or 0x57616F) is unknown color: approx Shuttle Grey. HEX triplet: 57, 61 and 6F. RGB value is (87,97,111). Sum of RGB (Red+Green+Blue) = 87+97+111=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 111 - color contains mainly: blue. Hex color #57616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57616F is #A89E90. Grayscale: #5F5F5F. Windows color (decimal): -11050641 or 7299415. OLE color: 7299415.

HSL color Cylindrical-coordinate representation of color #57616F: hue angle of 215º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #57616F is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8797111-
CMYK0.220.1300.56
HSL215º12.12%38.82%-
HSV(B)215º21.62%43.53%-
XYZ11.0711.7216.72-
YUV95.61136.69121.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.49%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 111 (43.75% from 255) = 37.63%
R=29.49%
G=32.88%
B=37.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87971110.220.1300.5621512.1238.82
Hex57616F16D038d7c27
Octal12714115726150703271447
Binary1010111110000111011111011011010111000110101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57616F; }

 p { color: rgb(87,97,111); }

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

<style>
 a { background-color: #57616F; }

 a { background-color: rgb(87,97,111); }

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

<style>
 span { border-color: #57616F; }

 span { border-color: rgb(87,97,111); }

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