Html Css Color HEX #516272 Shuttle Grey

📋 copy color: '#516272'

red 81 ◦ green 98 ◦ blue 114

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

Shades of Shuttle Grey #516272

Tints of Shuttle Grey #516272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.91%

R = 27.65%
G = 33.45%
B = 38.91%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#516272 (or 0x516272) is known color: Shuttle Grey. HEX triplet: 51, 62 and 72. RGB value is (81,98,114). Sum of RGB (Red+Green+Blue) = 81+98+114=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #516272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516272 is #AE9D8D. Grayscale: #5E5E5E. Windows color (decimal): -11443598 or 7496273. OLE color: 7496273.

HSL color Cylindrical-coordinate representation of color #516272: hue angle of 209.09º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #516272 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 98 114 -
CMYK 0.29 0.14 0 0.55
HSL 209.09º 0.17% 0.38% -
HSV(B) 209.09º 0.29% 0.45% -
XYZ 10.8 11.7 17.61 -
YUV 94.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 81 98 114 0.29 0.14 0 0.55 209.09 0.17 0.38
Hex 51 62 72 1D E 0 37 D1 11 26
Octal 121 142 162 35 16 0 67 321 21 46
Binary 1010001 1100010 1110010 11101 1110 0 110111 11010001 10001 100110

Color Harmonies of #516272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516272

Black with #516272

Text Example


Text Example

White with #516272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516272; }

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

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

background-color css

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

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

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

border-color css

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

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

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