Html Css Color HEX #515550 Battleship Grey

📋 copy color: '#515550'

red 81 ◦ green 85 ◦ blue 80

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

Shades of Battleship Grey #515550

Tints of Battleship Grey #515550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.55%

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

R = 32.93%
G = 34.55%
B = 32.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#515550 (or 0x515550) is known color: Battleship Grey. HEX triplet: 51, 55 and 50. RGB value is (81,85,80). Sum of RGB (Red+Green+Blue) = 81+85+80=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 85 - color contains mainly: green. Hex color #515550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515550 is #AEAAAF. Grayscale: #535353. Windows color (decimal): -11446960 or 5264721. OLE color: 5264721.

HSL color Cylindrical-coordinate representation of color #515550: hue angle of 108º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #515550 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 85 80 -
CMYK 0.05 0 0.06 0.67
HSL 108º 0.03% 0.32% -
HSV(B) 108º 0.06% 0.33% -
XYZ 8.09 8.83 8.87 -
YUV 83.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 81 85 80 0.05 0 0.06 0.67 108 0.03 0.32
Hex 51 55 50 5 0 6 43 6C 3 20
Octal 121 125 120 5 0 6 103 154 3 40
Binary 1010001 1010101 1010000 101 0 110 1000011 1101100 11 100000

Color Harmonies of #515550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515550

Black with #515550

Text Example


Text Example

White with #515550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515550; }

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

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

background-color css

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

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

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

border-color css

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

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

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