Html Css Color HEX #506272 Shuttle Grey

📋 copy color: '#506272'

red 80 ◦ green 98 ◦ blue 114

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

Shades of Shuttle Grey #506272

Tints of Shuttle Grey #506272

RGB

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

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

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

R = 27.4%
G = 33.56%
B = 39.04%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#506272 (or 0x506272) is known color: Shuttle Grey. HEX triplet: 50, 62 and 72. RGB value is (80,98,114). Sum of RGB (Red+Green+Blue) = 80+98+114=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #506272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506272 is #AF9D8D. Grayscale: #5E5E5E. Windows color (decimal): -11509134 or 7496272. OLE color: 7496272.

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

Color convert

RGB 80 98 114 -
CMYK 0.30 0.14 0 0.55
HSL 208.24º 0.18% 0.38% -
HSV(B) 208.24º 0.3% 0.45% -
XYZ 10.71 11.66 17.6 -
YUV 94.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 80 98 114 0.30 0.14 0 0.55 208.24 0.18 0.38
Hex 50 62 72 1E E 0 37 D0 12 26
Octal 120 142 162 36 16 0 67 320 22 46
Binary 1010000 1100010 1110010 11110 1110 0 110111 11010000 10010 100110

Color Harmonies of #506272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506272

Black with #506272

Text Example


Text Example

White with #506272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506272; }

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

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

background-color css

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

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

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

border-color css

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

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

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