Html Css Color HEX #516475 Shuttle Grey

📋 copy color: '#516475'

red 81 ◦ green 100 ◦ blue 117

#516475
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shuttle Grey #516475

Tints of Shuttle Grey #516475

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 value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#516475 (or 0x516475) is known color: 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

RGB 81 100 117 -
CMYK 0.31 0.15 0 0.54
HSL 208.33º 0.18% 0.39% -
HSV(B) 208.33º 0.31% 0.46% -
XYZ 11.16 12.15 18.59 -
YUV 96.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 81 100 117 0.31 0.15 0 0.54 208.33 0.18 0.39
Hex 51 64 75 1F F 0 36 D0 12 27
Octal 121 144 165 37 17 0 66 320 22 47
Binary 1010001 1100100 1110101 11111 1111 0 110110 11010000 10010 100111

Color Harmonies of #516475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516475

Black with #516475

Text Example


Text Example

White with #516475

Text Example


Text Example

HTML Codes & Css Web 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>