#516475

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

Shades of Shuttle Grey #516475

Tints of Shuttle Grey #516475

Color information

#516475 (or 0x516475) is unknown color: approx Shuttle Grey. HEX triplet: 51, 64 and 75. RGB value is (81,100,117). Sum of RGB (Red+Green+Blue) = 81+100+117=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 117 - color contains mainly: blue. Hex color #516475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516475 is #AE9B8A. Grayscale: #606060. Windows color (decimal): -11443083 or 7693393. OLE color: 7693393.

HSL color Cylindrical-coordinate representation of color #516475: hue angle of 208.33º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #516475 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB81100117-
CMYK0.310.1500.54
HSL208.33º18.18%38.82%-
HSV(B)208.33º30.77%45.88%-
XYZ11.1612.1518.59-
YUV96.26139.71117.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.18%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 117 (46.09% from 255) = 39.26%
R=27.18%
G=33.56%
B=39.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811001170.310.1500.54208.3318.1838.82
Hex5164751FF036d01227
Octal12114416537170663202247
Binary10100011100100111010111111111101101101101000010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516475; }

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

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

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

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

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

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

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

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