#50504B

Color #50504B Ship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Grey #50504B

Tints of Ship Grey #50504B

Color information

#50504B (or 0x50504B) is unknown color: approx Ship Grey. HEX triplet: 50, 50 and 4B. RGB value is (80,80,75). Sum of RGB (Red+Green+Blue) = 80+80+75=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50504B is #AFAFB4. Grayscale: #4F4F4F. Windows color (decimal): -11513781 or 4935760. OLE color: 4935760.

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

Color convert

RGB808075-
CMYK000.060.69
HSL60º3.23%30.39%-
HSV(B)60º6.25%31.37%-
XYZ7.457.957.8-
YUV79.43125.5128.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.04%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=34.04%
G=34.04%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808075000.060.69603.2330.39
Hex50504B006453c31e
Octal12012011300610574336
Binary1010000101000010010110011010001011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50504B;
 }
 .AnyTagClassName
 {
   color: #50504B;
 }
</style>
background-color css

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

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

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

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

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

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