Html Css Color HEX #506170 Shuttle Grey

📋 copy color: '#506170'

red 80 ◦ green 97 ◦ blue 112

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

Shades of Shuttle Grey #506170

Tints of Shuttle Grey #506170

RGB

 RED value IS 80 (31.64% from 255) = 27.68%

 GREEN value IS 97 (38.28% from 255) = 33.56%

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

R = 27.68%
G = 33.56%
B = 38.75%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#506170 (or 0x506170) is known color: Shuttle Grey. HEX triplet: 50, 61 and 70. RGB value is (80,97,112). Sum of RGB (Red+Green+Blue) = 80+97+112=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #506170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506170 is #AF9E8F. Grayscale: #5D5D5D. Windows color (decimal): -11509392 or 7364944. OLE color: 7364944.

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

Color convert

RGB 80 97 112 -
CMYK 0.29 0.13 0 0.56
HSL 208.13º 0.17% 0.38% -
HSV(B) 208.13º 0.29% 0.44% -
XYZ 10.51 11.42 16.98 -
YUV 93.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 80 97 112 0.29 0.13 0 0.56 208.13 0.17 0.38
Hex 50 61 70 1D D 0 38 D0 11 26
Octal 120 141 160 35 15 0 70 320 21 46
Binary 1010000 1100001 1110000 11101 1101 0 111000 11010000 10001 100110

Color Harmonies of #506170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506170

Black with #506170

Text Example


Text Example

White with #506170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506170; }

 p { color: rgb(80,97,112); }

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

background-color css

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

 a { background-color: rgb(80,97,112); }

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

border-color css

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

 span { border-color: rgb(80,97,112); }

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