Html Css Color HEX #515750 Battleship Grey

📋 copy color: '#515750'

red 81 ◦ green 87 ◦ blue 80

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

Shades of Battleship Grey #515750

Tints of Battleship Grey #515750

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.08%

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

R = 32.66%
G = 35.08%
B = 32.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#515750 (or 0x515750) is known color: Battleship Grey. HEX triplet: 51, 57 and 50. RGB value is (81,87,80). Sum of RGB (Red+Green+Blue) = 81+87+80=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 87 - color contains mainly: green. Hex color #515750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515750 is #AEA8AF. Grayscale: #545454. Windows color (decimal): -11446448 or 5265233. OLE color: 5265233.

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

Color convert

RGB 81 87 80 -
CMYK 0.07 0 0.08 0.66
HSL 111.43º 0.04% 0.33% -
HSV(B) 111.43º 0.08% 0.34% -
XYZ 8.25 9.14 8.92 -
YUV 84.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 81 87 80 0.07 0 0.08 0.66 111.43 0.04 0.33
Hex 51 57 50 7 0 8 42 6F 4 21
Octal 121 127 120 7 0 10 102 157 4 41
Binary 1010001 1010111 1010000 111 0 1000 1000010 1101111 100 100001

Color Harmonies of #515750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515750

Black with #515750

Text Example


Text Example

White with #515750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515750; }

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

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

background-color css

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

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

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

border-color css

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

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

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