Html Css Color HEX #50504F Ship Grey

📋 copy color: '#50504F'

red 80 ◦ green 80 ◦ blue 79

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

Shades of Ship Grey #50504F

Tints of Ship Grey #50504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.05%

R = 33.47%
G = 33.47%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#50504F (or 0x50504F) is known color: Ship Grey. HEX triplet: 50, 50 and 4F. RGB value is (80,80,79). Sum of RGB (Red+Green+Blue) = 80+80+79=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50504F is #AFAFB0. Grayscale: #4F4F4F. Windows color (decimal): -11513777 or 5197904. OLE color: 5197904.

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

Color convert

RGB 80 80 79 -
CMYK 0 0 0.01 0.69
HSL 60º 0.01% 0.31% -
HSV(B) 60º 0.01% 0.31% -
XYZ 7.59 8.01 8.54 -
YUV 79.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 80 80 79 0 0 0.01 0.69 60 0.01 0.31
Hex 50 50 4F 0 0 1 45 3C 1 1F
Octal 120 120 117 0 0 1 105 74 1 37
Binary 1010000 1010000 1001111 0 0 1 1000101 111100 1 11111

Color Harmonies of #50504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50504F

Black with #50504F

Text Example


Text Example

White with #50504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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