Html Css Color HEX #505048 Ship Grey

📋 copy color: '#505048'

red 80 ◦ green 80 ◦ blue 72

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

Shades of Ship Grey #505048

Tints of Ship Grey #505048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.03%

R = 34.48%
G = 34.48%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#505048 (or 0x505048) is known color: Ship Grey. HEX triplet: 50, 50 and 48. RGB value is (80,80,72). Sum of RGB (Red+Green+Blue) = 80+80+72=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505048 is #AFAFB7. Grayscale: #4F4F4F. Windows color (decimal): -11513784 or 4739152. OLE color: 4739152.

HSL color Cylindrical-coordinate representation of color #505048: 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.1%. Process color model (Four color, CMYK) of #505048 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 80 72 -
CMYK 0 0 0.10 0.69
HSL 60º 0.05% 0.3% -
HSV(B) 60º 0.1% 0.31% -
XYZ 7.35 7.91 7.27 -
YUV 79.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 80 80 72 0 0 0.10 0.69 60 0.05 0.3
Hex 50 50 48 0 0 A 45 3C 5 1E
Octal 120 120 110 0 0 12 105 74 5 36
Binary 1010000 1010000 1001000 0 0 1010 1000101 111100 101 11110

Color Harmonies of #505048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505048

Black with #505048

Text Example


Text Example

White with #505048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505048; }

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

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

background-color css

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

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

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

border-color css

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

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

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