#5D636B

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

Shades of Shuttle Grey #5D636B

Tints of Shuttle Grey #5D636B

Color information

#5D636B (or 0x5D636B) is unknown color: approx Shuttle Grey. HEX triplet: 5D, 63 and 6B. RGB value is (93,99,107). Sum of RGB (Red+Green+Blue) = 93+99+107=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 107 - color contains mainly: blue. Hex color #5D636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D636B is #A29C94. Grayscale: #626262. Windows color (decimal): -10656917 or 7037789. OLE color: 7037789.

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

Color convert

RGB9399107-
CMYK0.130.0700.58
HSL214.29º7%39.22%-
HSV(B)214.29º13.08%41.96%-
XYZ11.6312.3115.67-
YUV98.12133.01124.35-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.10%
GREEN value IS 99 (39.06% from 255) = 33.11%
BLUE value IS 107 (42.19% from 255) = 35.79%
R=31.10%
G=33.11%
B=35.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal93991070.130.0700.58214.29739.22
Hex5D636BD703Ad6727
Octal135143153157072326747
Binary1011101110001111010111101111011101011010110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,99,107); }

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

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

 a { background-color: rgb(93,99,107); }

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

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

 span { border-color: rgb(93,99,107); }

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