#57606E

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

Shades of Shuttle Grey #57606E

Tints of Shuttle Grey #57606E

Color information

#57606E (or 0x57606E) is unknown color: approx Shuttle Grey. HEX triplet: 57, 60 and 6E. RGB value is (87,96,110). Sum of RGB (Red+Green+Blue) = 87+96+110=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 110 - color contains mainly: blue. Hex color #57606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57606E is #A89F91. Grayscale: #5E5E5E. Windows color (decimal): -11050898 or 7233623. OLE color: 7233623.

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

Color convert

RGB8796110-
CMYK0.210.1300.57
HSL216.52º11.68%38.63%-
HSV(B)216.52º20.91%43.14%-
XYZ10.9311.5216.4-
YUV94.9136.52122.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.69%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=29.69%
G=32.76%
B=37.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87961100.210.1300.57216.5211.6838.63
Hex57606E15D039d9c27
Octal12714015625150713311447
Binary1010111110000011011101010111010111001110110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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