#525951

Color #525951 Battleship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Battleship Grey #525951

Tints of Battleship Grey #525951

Color information

#525951 (or 0x525951) is unknown color: approx Battleship Grey. HEX triplet: 52, 59 and 51. RGB value is (82,89,81). Sum of RGB (Red+Green+Blue) = 82+89+81=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 89 - color contains mainly: green. Hex color #525951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525951 is #ADA6AE. Grayscale: #565656. Windows color (decimal): -11380399 or 5331282. OLE color: 5331282.

HSL color Cylindrical-coordinate representation of color #525951: 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 #525951 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB828981-
CMYK0.0800.090.65
HSL112.5º4.71%33.33%-
HSV(B)112.5º8.99%34.9%-
XYZ8.549.539.17-
YUV85.99125.18125.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 81 (32.03% from 255) = 32.14%
R=32.54%
G=35.32%
B=32.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289810.0800.090.65112.54.7133.33
Hex5259518094170521
Octal12213112110011101160541
Binary10100101011001101000110000100110000011110000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525951; }

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

 H1.HeaderClassName
 {
   color: #525951;
 }
 .AnyTagClassName
 {
   color: #525951;
 }
</style>
background-color css

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

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

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

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

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

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