Html Css Color HEX #515249 Ship Grey

📋 copy color: '#515249'

red 81 ◦ green 82 ◦ blue 73

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

Shades of Ship Grey #515249

Tints of Ship Grey #515249

RGB

 RED value IS 81 (32.03% from 255) = 34.32%

 GREEN value IS 82 (32.42% from 255) = 34.75%

 BLUE value IS 73 (28.91% from 255) = 30.93%

R = 34.32%
G = 34.75%
B = 30.93%

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

#515249 (or 0x515249) is known color: Ship Grey. HEX triplet: 51, 52 and 49. RGB value is (81,82,73). Sum of RGB (Red+Green+Blue) = 81+82+73=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 82 - color contains mainly: green. Hex color #515249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515249 is #AEADB6. Grayscale: #505050. Windows color (decimal): -11447735 or 4805201. OLE color: 4805201.

HSL color Cylindrical-coordinate representation of color #515249: 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 #515249 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 82 73 -
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.61 8.26 7.5 -
YUV 80.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 81 82 73 0.01 0 0.11 0.68 66.67 0.06 0.3
Hex 51 52 49 1 0 B 44 43 6 1E
Octal 121 122 111 1 0 13 104 103 6 36
Binary 1010001 1010010 1001001 1 0 1011 1000100 1000011 110 11110

Color Harmonies of #515249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515249

Black with #515249

Text Example


Text Example

White with #515249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515249; }

 p { color: rgb(81,82,73); }

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

background-color css

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

 a { background-color: rgb(81,82,73); }

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

border-color css

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

 span { border-color: rgb(81,82,73); }

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