Html Css Color HEX #505049 Ship Grey

📋 copy color: '#505049'

red 80 ◦ green 80 ◦ blue 73

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

Shades of Ship Grey #505049

Tints of Ship Grey #505049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.33%

 BLUE value IS 73 (28.91% from 255) = 31.33%

R = 34.33%
G = 34.33%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#505049 (or 0x505049) is known color: Ship Grey. HEX triplet: 50, 50 and 49. RGB value is (80,80,73). Sum of RGB (Red+Green+Blue) = 80+80+73=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505049 is #AFAFB6. Grayscale: #4F4F4F. Windows color (decimal): -11513783 or 4804688. OLE color: 4804688.

HSL color Cylindrical-coordinate representation of color #505049: hue angle of 60º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #505049 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 80 73 -
CMYK 0 0 0.09 0.69
HSL 60º 0.05% 0.3% -
HSV(B) 60º 0.09% 0.31% -
XYZ 7.38 7.92 7.44 -
YUV 79.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 80 80 73 0 0 0.09 0.69 60 0.05 0.3
Hex 50 50 49 0 0 9 45 3C 5 1E
Octal 120 120 111 0 0 11 105 74 5 36
Binary 1010000 1010000 1001001 0 0 1001 1000101 111100 101 11110

Color Harmonies of #505049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505049

Black with #505049

Text Example


Text Example

White with #505049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505049; }

 p { color: rgb(80,80,73); }

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

background-color css

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

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

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

border-color css

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

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

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