#5A656B

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

Shades of Shuttle Grey #5A656B

Tints of Shuttle Grey #5A656B

Color information

#5A656B (or 0x5A656B) is unknown color: approx Shuttle Grey. HEX triplet: 5A, 65 and 6B. RGB value is (90,101,107). Sum of RGB (Red+Green+Blue) = 90+101+107=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 107 - color contains mainly: blue. Hex color #5A656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A656B is #A59A94. Grayscale: #626262. Windows color (decimal): -10853013 or 7038298. OLE color: 7038298.

HSL color Cylindrical-coordinate representation of color #5A656B: hue angle of 201.18º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A656B is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB90101107-
CMYK0.160.0600.58
HSL201.18º8.63%38.63%-
HSV(B)201.18º15.89%41.96%-
XYZ11.5212.5415.72-
YUV98.4132.86122.01-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.20%
GREEN value IS 101 (39.84% from 255) = 33.89%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=30.20%
G=33.89%
B=35.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal901011070.160.0600.58201.188.6338.63
Hex5A656B10603Ac9927
Octal1321451532060723111147
Binary101101011001011101011100001100111010110010011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,101,107); }

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

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

 a { background-color: rgb(90,101,107); }

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

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

 span { border-color: rgb(90,101,107); }

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