#5D6475

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

Shades of Shuttle Grey #5D6475

Tints of Shuttle Grey #5D6475

Color information

#5D6475 (or 0x5D6475) is unknown color: approx Shuttle Grey. HEX triplet: 5D, 64 and 75. RGB value is (93,100,117). Sum of RGB (Red+Green+Blue) = 93+100+117=310 (41% of max value = 765). Red value is 93 (36.72% from 255 or 30% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #5D6475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6475 is #A29B8A. Grayscale: #636363. Windows color (decimal): -10656651 or 7693405. OLE color: 7693405.

HSL color Cylindrical-coordinate representation of color #5D6475: hue angle of 222.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5D6475 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB93100117-
CMYK0.210.1500.54
HSL222.5º11.43%41.18%-
HSV(B)222.5º20.51%45.88%-
XYZ12.2812.7318.64-
YUV99.84137.68123.12-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=30%
G=32.26%
B=37.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal931001170.210.1500.54222.511.4341.18
Hex5D647515F036deb29
Octal13514416525170663361351
Binary1011101110010011101011010111110110110110111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,100,117); }

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

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

 a { background-color: rgb(93,100,117); }

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

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

 span { border-color: rgb(93,100,117); }

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