Html Css Color HEX #506372 Shuttle Grey

📋 copy color: '#506372'

red 80 ◦ green 99 ◦ blue 114

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

Shades of Shuttle Grey #506372

Tints of Shuttle Grey #506372

RGB

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

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

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

R = 27.3%
G = 33.79%
B = 38.91%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#506372 (or 0x506372) is known color: Shuttle Grey. HEX triplet: 50, 63 and 72. RGB value is (80,99,114). Sum of RGB (Red+Green+Blue) = 80+99+114=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 99 (39.06% from 255 or 33.79% 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 #506372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506372 is #AF9C8D. Grayscale: #5E5E5E. Windows color (decimal): -11508878 or 7496528. OLE color: 7496528.

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

Color convert

RGB 80 99 114 -
CMYK 0.30 0.13 0 0.55
HSL 206.47º 0.18% 0.38% -
HSV(B) 206.47º 0.3% 0.45% -
XYZ 10.81 11.84 17.64 -
YUV 95.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 80 99 114 0.30 0.13 0 0.55 206.47 0.18 0.38
Hex 50 63 72 1E D 0 37 CE 12 26
Octal 120 143 162 36 15 0 67 316 22 46
Binary 1010000 1100011 1110010 11110 1101 0 110111 11001110 10010 100110

Color Harmonies of #506372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506372

Black with #506372

Text Example


Text Example

White with #506372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506372; }

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

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

background-color css

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

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

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

border-color css

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

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

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