#5C6473

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

Shades of Shuttle Grey #5C6473

Tints of Shuttle Grey #5C6473

Color information

#5C6473 (or 0x5C6473) is unknown color: approx Shuttle Grey. HEX triplet: 5C, 64 and 73. RGB value is (92,100,115). Sum of RGB (Red+Green+Blue) = 92+100+115=307 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.97% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C6473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6473 is #A39B8C. Grayscale: #636363. Windows color (decimal): -10722189 or 7562332. OLE color: 7562332.

HSL color Cylindrical-coordinate representation of color #5C6473: hue angle of 219.13º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5C6473 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB92100115-
CMYK0.200.1300.55
HSL219.13º11.11%40.59%-
HSV(B)219.13º20%45.1%-
XYZ12.0712.6318.02-
YUV99.32136.85122.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.97%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 115 (45.31% from 255) = 37.46%
R=29.97%
G=32.57%
B=37.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal921001150.200.1300.55219.1311.1140.59
Hex5C647314D037dbb29
Octal13414416324150673331351
Binary1011100110010011100111010011010110111110110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,100,115); }

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

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

 a { background-color: rgb(92,100,115); }

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

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

 span { border-color: rgb(92,100,115); }

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