#5C626E

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

Shades of Shuttle Grey #5C626E

Tints of Shuttle Grey #5C626E

Color information

#5C626E (or 0x5C626E) is unknown color: approx Shuttle Grey. HEX triplet: 5C, 62 and 6E. RGB value is (92,98,110). Sum of RGB (Red+Green+Blue) = 92+98+110=300 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.67% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C626E is #A39D91. Grayscale: #616161. Windows color (decimal): -10722706 or 7234140. OLE color: 7234140.

HSL color Cylindrical-coordinate representation of color #5C626E: hue angle of 220º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5C626E is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9298110-
CMYK0.160.1100.57
HSL220º8.91%39.61%-
HSV(B)220º16.36%43.14%-
XYZ11.612.1416.48-
YUV97.57135.01124.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.67%
GREEN value IS 98 (38.67% from 255) = 32.67%
BLUE value IS 110 (43.36% from 255) = 36.67%
R=30.67%
G=32.67%
B=36.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal92981100.160.1100.572208.9139.61
Hex5C626E10B039dc928
Octal13414215620130713341150
Binary1011100110001011011101000010110111001110111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,98,110); }

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

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

 a { background-color: rgb(92,98,110); }

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

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

 span { border-color: rgb(92,98,110); }

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