#525751

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

Shades of Battleship Grey #525751

Tints of Battleship Grey #525751

Color information

#525751 (or 0x525751) is unknown color: approx Battleship Grey. HEX triplet: 52, 57 and 51. RGB value is (82,87,81). Sum of RGB (Red+Green+Blue) = 82+87+81=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 87 - color contains mainly: green. Hex color #525751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525751 is #ADA8AE. Grayscale: #545454. Windows color (decimal): -11380911 or 5330770. OLE color: 5330770.

HSL color Cylindrical-coordinate representation of color #525751: 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 #525751 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB828781-
CMYK0.0600.070.66
HSL110º3.57%32.94%-
HSV(B)110º6.9%34.12%-
XYZ8.379.29.12-
YUV84.82125.84125.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.8%
GREEN value IS 87 (34.38% from 255) = 34.8%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=32.8%
G=34.8%
B=32.4%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8287810.0600.070.661103.5732.94
Hex525751607426e421
Octal122127121607102156441
Binary101001010101111010001110011110000101101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525751; }

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

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

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

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

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

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

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

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