Html Css Color HEX #515850 Battleship Grey

📋 copy color: '#515850'

red 81 ◦ green 88 ◦ blue 80

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

Shades of Battleship Grey #515850

Tints of Battleship Grey #515850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.34%

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

R = 32.53%
G = 35.34%
B = 32.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#515850 (or 0x515850) is known color: Battleship Grey. HEX triplet: 51, 58 and 50. RGB value is (81,88,80). Sum of RGB (Red+Green+Blue) = 81+88+80=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 88 - color contains mainly: green. Hex color #515850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515850 is #AEA7AF. Grayscale: #555555. Windows color (decimal): -11446192 or 5265489. OLE color: 5265489.

HSL color Cylindrical-coordinate representation of color #515850: hue angle of 112.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #515850 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 88 80 -
CMYK 0.08 0 0.09 0.65
HSL 112.5º 0.05% 0.33% -
HSV(B) 112.5º 0.09% 0.35% -
XYZ 8.33 9.31 8.95 -
YUV 85 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 81 88 80 0.08 0 0.09 0.65 112.5 0.05 0.33
Hex 51 58 50 8 0 9 41 70 5 21
Octal 121 130 120 10 0 11 101 160 5 41
Binary 1010001 1011000 1010000 1000 0 1001 1000001 1110000 101 100001

Color Harmonies of #515850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515850

Black with #515850

Text Example


Text Example

White with #515850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515850; }

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

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

background-color css

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

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

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

border-color css

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

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

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