Html Css Color HEX #50504B Ship Grey

📋 copy color: '#50504B'

red 80 ◦ green 80 ◦ blue 75

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

Shades of Ship Grey #50504B

Tints of Ship Grey #50504B

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 value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#50504B (or 0x50504B) is known color: 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

RGB 80 80 75 -
CMYK 0 0 0.06 0.69
HSL 60º 0.03% 0.3% -
HSV(B) 60º 0.06% 0.31% -
XYZ 7.45 7.95 7.8 -
YUV 79.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 80 80 75 0 0 0.06 0.69 60 0.03 0.3
Hex 50 50 4B 0 0 6 45 3C 3 1E
Octal 120 120 113 0 0 6 105 74 3 36
Binary 1010000 1010000 1001011 0 0 110 1000101 111100 11 11110

Color Harmonies of #50504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50504B

Black with #50504B

Text Example


Text Example

White with #50504B

Text Example


Text Example

HTML Codes & Css Web 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>