#5C6A79

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

Shades of Shuttle Grey #5C6A79

Tints of Shuttle Grey #5C6A79

Color information

#5C6A79 (or 0x5C6A79) is unknown color: approx Shuttle Grey. HEX triplet: 5C, 6A and 79. RGB value is (92,106,121). Sum of RGB (Red+Green+Blue) = 92+106+121=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 121 - color contains mainly: blue. Hex color #5C6A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6A79 is #A39586. Grayscale: #676767. Windows color (decimal): -10720647 or 7957084. OLE color: 7957084.

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

Color convert

RGB92106121-
CMYK0.240.1200.53
HSL211.03º13.62%41.76%-
HSV(B)211.03º23.97%47.45%-
XYZ13.0213.9620.1-
YUV103.52137.86119.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.84%
GREEN value IS 106 (41.80% from 255) = 33.23%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=28.84%
G=33.23%
B=37.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal921061210.240.1200.53211.0313.6241.76
Hex5C6A7918C035d3e2a
Octal13415217130140653231652
Binary1011100110101011110011100011000110101110100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,106,121); }

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

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

 a { background-color: rgb(92,106,121); }

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

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

 span { border-color: rgb(92,106,121); }

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