Html Css Color HEX #516270 Shuttle Grey

📋 copy color: '#516270'

red 81 ◦ green 98 ◦ blue 112

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

Shades of Shuttle Grey #516270

Tints of Shuttle Grey #516270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.68%

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 27.84%
G = 33.68%
B = 38.49%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#516270 (or 0x516270) is known color: Shuttle Grey. HEX triplet: 51, 62 and 70. RGB value is (81,98,112). Sum of RGB (Red+Green+Blue) = 81+98+112=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #516270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516270 is #AE9D8F. Grayscale: #5E5E5E. Windows color (decimal): -11443600 or 7365201. OLE color: 7365201.

HSL color Cylindrical-coordinate representation of color #516270: hue angle of 207.1º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #516270 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 98 112 -
CMYK 0.28 0.13 0 0.56
HSL 207.1º 0.16% 0.38% -
HSV(B) 207.1º 0.28% 0.44% -
XYZ 10.69 11.65 17.02 -
YUV 94.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 81 98 112 0.28 0.13 0 0.56 207.1 0.16 0.38
Hex 51 62 70 1C D 0 38 CF 10 26
Octal 121 142 160 34 15 0 70 317 20 46
Binary 1010001 1100010 1110000 11100 1101 0 111000 11001111 10000 100110

Color Harmonies of #516270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516270

Black with #516270

Text Example


Text Example

White with #516270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516270; }

 p { color: rgb(81,98,112); }

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

background-color css

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

 a { background-color: rgb(81,98,112); }

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

border-color css

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

 span { border-color: rgb(81,98,112); }

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