Html Css Color HEX #515247 Ship Grey

📋 copy color: '#515247'

red 81 ◦ green 82 ◦ blue 71

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

Shades of Ship Grey #515247

Tints of Ship Grey #515247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 30.34%

R = 34.62%
G = 35.04%
B = 30.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#515247 (or 0x515247) is known color: Ship Grey. HEX triplet: 51, 52 and 47. RGB value is (81,82,71). Sum of RGB (Red+Green+Blue) = 81+82+71=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 82 - color contains mainly: green. Hex color #515247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515247 is #AEADB8. Grayscale: #505050. Windows color (decimal): -11447737 or 4674129. OLE color: 4674129.

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

Color convert

RGB 81 82 71 -
CMYK 0.01 0 0.13 0.68
HSL 65.45º 0.07% 0.3% -
HSV(B) 65.45º 0.13% 0.32% -
XYZ 7.55 8.24 7.15 -
YUV 80.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 81 82 71 0.01 0 0.13 0.68 65.45 0.07 0.3
Hex 51 52 47 1 0 D 44 41 7 1E
Octal 121 122 107 1 0 15 104 101 7 36
Binary 1010001 1010010 1000111 1 0 1101 1000100 1000001 111 11110

Color Harmonies of #515247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515247

Black with #515247

Text Example


Text Example

White with #515247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515247; }

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

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

background-color css

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

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

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

border-color css

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

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

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