Html Css Color HEX #505148 Ship Grey

📋 copy color: '#505148'

red 80 ◦ green 81 ◦ blue 72

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

Shades of Ship Grey #505148

Tints of Ship Grey #505148

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.76%

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

R = 34.33%
G = 34.76%
B = 30.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#505148 (or 0x505148) is known color: Ship Grey. HEX triplet: 50, 51 and 48. RGB value is (80,81,72). Sum of RGB (Red+Green+Blue) = 80+81+72=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 81 - color contains mainly: green. Hex color #505148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505148 is #AFAEB7. Grayscale: #4F4F4F. Windows color (decimal): -11513528 or 4739408. OLE color: 4739408.

HSL color Cylindrical-coordinate representation of color #505148: hue angle of 66.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #505148 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 81 72 -
CMYK 0.01 0 0.11 0.68
HSL 66.67º 0.06% 0.3% -
HSV(B) 66.67º 0.11% 0.32% -
XYZ 7.42 8.06 7.3 -
YUV 79.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 80 81 72 0.01 0 0.11 0.68 66.67 0.06 0.3
Hex 50 51 48 1 0 B 44 43 6 1E
Octal 120 121 110 1 0 13 104 103 6 36
Binary 1010000 1010001 1001000 1 0 1011 1000100 1000011 110 11110

Color Harmonies of #505148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505148

Black with #505148

Text Example


Text Example

White with #505148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505148; }

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

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

background-color css

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

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

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

border-color css

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

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

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