Html Css Color HEX #506374 Shuttle Grey

📋 copy color: '#506374'

red 80 ◦ green 99 ◦ blue 116

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

Shades of Shuttle Grey #506374

Tints of Shuttle Grey #506374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.32%

R = 27.12%
G = 33.56%
B = 39.32%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#506374 (or 0x506374) is known color: Shuttle Grey. HEX triplet: 50, 63 and 74. RGB value is (80,99,116). Sum of RGB (Red+Green+Blue) = 80+99+116=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 116 - color contains mainly: blue. Hex color #506374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506374 is #AF9C8B. Grayscale: #5F5F5F. Windows color (decimal): -11508876 or 7627600. OLE color: 7627600.

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

Color convert

RGB 80 99 116 -
CMYK 0.31 0.15 0 0.55
HSL 208.33º 0.18% 0.38% -
HSV(B) 208.33º 0.31% 0.45% -
XYZ 10.92 11.89 18.24 -
YUV 95.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 80 99 116 0.31 0.15 0 0.55 208.33 0.18 0.38
Hex 50 63 74 1F F 0 37 D0 12 26
Octal 120 143 164 37 17 0 67 320 22 46
Binary 1010000 1100011 1110100 11111 1111 0 110111 11010000 10010 100110

Color Harmonies of #506374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506374

Black with #506374

Text Example


Text Example

White with #506374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506374; }

 p { color: rgb(80,99,116); }

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

background-color css

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

 a { background-color: rgb(80,99,116); }

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

border-color css

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

 span { border-color: rgb(80,99,116); }

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