Html Css Color HEX #50504D Ship Grey

📋 copy color: '#50504D'

red 80 ◦ green 80 ◦ blue 77

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

Shades of Ship Grey #50504D

Tints of Ship Grey #50504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 32.49%

R = 33.76%
G = 33.76%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#50504D (or 0x50504D) is known color: Ship Grey. HEX triplet: 50, 50 and 4D. RGB value is (80,80,77). Sum of RGB (Red+Green+Blue) = 80+80+77=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50504D is #AFAFB2. Grayscale: #4F4F4F. Windows color (decimal): -11513779 or 5066832. OLE color: 5066832.

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

Color convert

RGB 80 80 77 -
CMYK 0 0 0.04 0.69
HSL 60º 0.02% 0.31% -
HSV(B) 60º 0.04% 0.31% -
XYZ 7.52 7.98 8.17 -
YUV 79.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 80 80 77 0 0 0.04 0.69 60 0.02 0.31
Hex 50 50 4D 0 0 4 45 3C 2 1F
Octal 120 120 115 0 0 4 105 74 2 37
Binary 1010000 1010000 1001101 0 0 100 1000101 111100 10 11111

Color Harmonies of #50504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50504D

Black with #50504D

Text Example


Text Example

White with #50504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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