#5D6977

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

Shades of Shuttle Grey #5D6977

Tints of Shuttle Grey #5D6977

Color information

#5D6977 (or 0x5D6977) is unknown color: approx Shuttle Grey. HEX triplet: 5D, 69 and 77. RGB value is (93,105,119). Sum of RGB (Red+Green+Blue) = 93+105+119=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 119 - color contains mainly: blue. Hex color #5D6977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6977 is #A29688. Grayscale: #666666. Windows color (decimal): -10655369 or 7825757. OLE color: 7825757.

HSL color Cylindrical-coordinate representation of color #5D6977: hue angle of 212.31º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D6977 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB93105119-
CMYK0.220.1200.53
HSL212.31º12.26%41.57%-
HSV(B)212.31º21.85%46.67%-
XYZ12.913.7619.43-
YUV103.01137.02120.86-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.34%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=29.34%
G=33.12%
B=37.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal931051190.220.1200.53212.3112.2641.57
Hex5D697716C035d4c2a
Octal13515116726140653241452
Binary1011101110100111101111011011000110101110101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D6977; }

 p { color: rgb(93,105,119); }

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

<style>
 a { background-color: #5D6977; }

 a { background-color: rgb(93,105,119); }

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

<style>
 span { border-color: #5D6977; }

 span { border-color: rgb(93,105,119); }

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