Html Css Color HEX #516474 Shuttle Grey

📋 copy color: '#516474'

red 81 ◦ green 100 ◦ blue 116

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

Shades of Shuttle Grey #516474

Tints of Shuttle Grey #516474

RGB

 RED value IS 81 (32.03% from 255) = 27.27%

 GREEN value IS 100 (39.45% from 255) = 33.67%

 BLUE value IS 116 (45.7% from 255) = 39.06%

R = 27.27%
G = 33.67%
B = 39.06%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#516474 (or 0x516474) is known color: Shuttle Grey. HEX triplet: 51, 64 and 74. RGB value is (81,100,116). Sum of RGB (Red+Green+Blue) = 81+100+116=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 116 - color contains mainly: blue. Hex color #516474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516474 is #AE9B8B. Grayscale: #606060. Windows color (decimal): -11443084 or 7627857. OLE color: 7627857.

HSL color Cylindrical-coordinate representation of color #516474: hue angle of 207.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #516474 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 100 116 -
CMYK 0.30 0.14 0 0.55
HSL 207.43º 0.18% 0.39% -
HSV(B) 207.43º 0.3% 0.45% -
XYZ 11.1 12.12 18.28 -
YUV 96.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 81 100 116 0.30 0.14 0 0.55 207.43 0.18 0.39
Hex 51 64 74 1E E 0 37 CF 12 27
Octal 121 144 164 36 16 0 67 317 22 47
Binary 1010001 1100100 1110100 11110 1110 0 110111 11001111 10010 100111

Color Harmonies of #516474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516474

Black with #516474

Text Example


Text Example

White with #516474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516474; }

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

 H1.HeaderClassName
 {
   color: #516474;
 }
 .AnyTagClassName
 {
   color: #516474;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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