#5C6A7A

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

Shades of Shuttle Grey #5C6A7A

Tints of Shuttle Grey #5C6A7A

Color information

#5C6A7A (or 0x5C6A7A) is unknown color: approx Shuttle Grey. HEX triplet: 5C, 6A and 7A. RGB value is (92,106,122). Sum of RGB (Red+Green+Blue) = 92+106+122=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C6A7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6A7A is #A39585. Grayscale: #676767. Windows color (decimal): -10720646 or 8022620. OLE color: 8022620.

HSL color Cylindrical-coordinate representation of color #5C6A7A: hue angle of 212º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C6A7A is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB92106122-
CMYK0.250.1300.52
HSL212º14.02%41.96%-
HSV(B)212º24.59%47.84%-
XYZ13.0813.9920.42-
YUV103.64138.36119.7-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.75%
GREEN value IS 106 (41.80% from 255) = 33.12%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=28.75%
G=33.12%
B=38.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal921061220.250.1300.5221214.0241.96
Hex5C6A7A19D034d4e2a
Octal13415217231150643241652
Binary1011100110101011110101100111010110100110101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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