Html Css Color HEX #506271 Shuttle Grey

📋 copy color: '#506271'

red 80 ◦ green 98 ◦ blue 113

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

Shades of Shuttle Grey #506271

Tints of Shuttle Grey #506271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.83%

R = 27.49%
G = 33.68%
B = 38.83%

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

#506271 (or 0x506271) is known color: Shuttle Grey. HEX triplet: 50, 62 and 71. RGB value is (80,98,113). Sum of RGB (Red+Green+Blue) = 80+98+113=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 113 - color contains mainly: blue. Hex color #506271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506271 is #AF9D8E. Grayscale: #5E5E5E. Windows color (decimal): -11509135 or 7430736. OLE color: 7430736.

HSL color Cylindrical-coordinate representation of color #506271: hue angle of 207.27º 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 #506271 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 98 113 -
CMYK 0.29 0.13 0 0.56
HSL 207.27º 0.17% 0.38% -
HSV(B) 207.27º 0.29% 0.44% -
XYZ 10.66 11.63 17.31 -
YUV 94.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 80 98 113 0.29 0.13 0 0.56 207.27 0.17 0.38
Hex 50 62 71 1D D 0 38 CF 11 26
Octal 120 142 161 35 15 0 70 317 21 46
Binary 1010000 1100010 1110001 11101 1101 0 111000 11001111 10001 100110

Color Harmonies of #506271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506271

Black with #506271

Text Example


Text Example

White with #506271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506271; }

 p { color: rgb(80,98,113); }

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

background-color css

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

 a { background-color: rgb(80,98,113); }

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

border-color css

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

 span { border-color: rgb(80,98,113); }

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