Html Css Color HEX #516375 Shuttle Grey

📋 copy color: '#516375'

red 81 ◦ green 99 ◦ blue 117

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

Shades of Shuttle Grey #516375

Tints of Shuttle Grey #516375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

 BLUE value IS 117 (46.09% from 255) = 39.39%

R = 27.27%
G = 33.33%
B = 39.39%

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

#516375 (or 0x516375) is known color: Shuttle Grey. HEX triplet: 51, 63 and 75. RGB value is (81,99,117). Sum of RGB (Red+Green+Blue) = 81+99+117=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #516375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516375 is #AE9C8A. Grayscale: #5F5F5F. Windows color (decimal): -11443339 or 7693137. OLE color: 7693137.

HSL color Cylindrical-coordinate representation of color #516375: hue angle of 210º 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 #516375 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 99 117 -
CMYK 0.31 0.15 0 0.54
HSL 210º 0.18% 0.39% -
HSV(B) 210º 0.31% 0.46% -
XYZ 11.07 11.96 18.55 -
YUV 95.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 81 99 117 0.31 0.15 0 0.54 210 0.18 0.39
Hex 51 63 75 1F F 0 36 D2 12 27
Octal 121 143 165 37 17 0 66 322 22 47
Binary 1010001 1100011 1110101 11111 1111 0 110110 11010010 10010 100111

Color Harmonies of #516375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516375

Black with #516375

Text Example


Text Example

White with #516375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516375; }

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

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

background-color css

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

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

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

border-color css

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

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

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