Html Css Color HEX #515650 Battleship Grey

📋 copy color: '#515650'

red 81 ◦ green 86 ◦ blue 80

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

Shades of Battleship Grey #515650

Tints of Battleship Grey #515650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.82%

 BLUE value IS 80 (31.64% from 255) = 32.39%

R = 32.79%
G = 34.82%
B = 32.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#515650 (or 0x515650) is known color: Battleship Grey. HEX triplet: 51, 56 and 50. RGB value is (81,86,80). Sum of RGB (Red+Green+Blue) = 81+86+80=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 86 - color contains mainly: green. Hex color #515650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515650 is #AEA9AF. Grayscale: #535353. Windows color (decimal): -11446704 or 5264977. OLE color: 5264977.

HSL color Cylindrical-coordinate representation of color #515650: hue angle of 110º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #515650 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 86 80 -
CMYK 0.06 0 0.07 0.66
HSL 110º 0.04% 0.33% -
HSV(B) 110º 0.07% 0.34% -
XYZ 8.17 8.98 8.89 -
YUV 83.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 81 86 80 0.06 0 0.07 0.66 110 0.04 0.33
Hex 51 56 50 6 0 7 42 6E 4 21
Octal 121 126 120 6 0 7 102 156 4 41
Binary 1010001 1010110 1010000 110 0 111 1000010 1101110 100 100001

Color Harmonies of #515650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515650

Black with #515650

Text Example


Text Example

White with #515650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515650; }

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

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

background-color css

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

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

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

border-color css

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

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

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