#5D6063

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

Shades of Shuttle Grey #5D6063

Tints of Shuttle Grey #5D6063

Color information

#5D6063 (or 0x5D6063) is unknown color: approx Shuttle Grey. HEX triplet: 5D, 60 and 63. RGB value is (93,96,99). Sum of RGB (Red+Green+Blue) = 93+96+99=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D6063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6063 is #A29F9C. Grayscale: #5F5F5F. Windows color (decimal): -10657693 or 6512733. OLE color: 6512733.

HSL color Cylindrical-coordinate representation of color #5D6063: hue angle of 210º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5D6063 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB939699-
CMYK0.060.0300.61
HSL210º3.12%37.65%-
HSV(B)210º6.06%38.82%-
XYZ10.9511.5913.47-
YUV95.44130.01126.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.29%
GREEN value IS 96 (37.89% from 255) = 33.33%
BLUE value IS 99 (39.06% from 255) = 34.38%
R=32.29%
G=33.33%
B=34.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9396990.060.0300.612103.1237.65
Hex5D60636303Dd2326
Octal13514014363075322346
Binary1011101110000011000111101101111011101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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