#5C6573

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

Shades of Shuttle Grey #5C6573

Tints of Shuttle Grey #5C6573

Color information

#5C6573 (or 0x5C6573) is unknown color: approx Shuttle Grey. HEX triplet: 5C, 65 and 73. RGB value is (92,101,115). Sum of RGB (Red+Green+Blue) = 92+101+115=308 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.87% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C6573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6573 is #A39A8C. Grayscale: #636363. Windows color (decimal): -10721933 or 7562588. OLE color: 7562588.

HSL color Cylindrical-coordinate representation of color #5C6573: hue angle of 216.52º 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 #5C6573 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB92101115-
CMYK0.200.1200.55
HSL216.52º11.11%40.59%-
HSV(B)216.52º20%45.1%-
XYZ12.1612.8218.05-
YUV99.9136.52122.36-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.87%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 115 (45.31% from 255) = 37.34%
R=29.87%
G=32.79%
B=37.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal921011150.200.1200.55216.5211.1140.59
Hex5C657314C037d9b29
Octal13414516324140673311351
Binary1011100110010111100111010011000110111110110011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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