#525B4D

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

Shades of Battleship Grey #525B4D

Tints of Battleship Grey #525B4D

Color information

#525B4D (or 0x525B4D) is unknown color: approx Battleship Grey. HEX triplet: 52, 5B and 4D. RGB value is (82,91,77). Sum of RGB (Red+Green+Blue) = 82+91+77=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 91 - color contains mainly: green. Hex color #525B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B4D is #ADA4B2. Grayscale: #565656. Windows color (decimal): -11379891 or 5069650. OLE color: 5069650.

HSL color Cylindrical-coordinate representation of color #525B4D: hue angle of 98.57º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #525B4D is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB829177-
CMYK0.1000.150.64
HSL98.57º8.33%32.94%-
HSV(B)98.57º15.38%35.69%-
XYZ8.569.818.46-
YUV86.71122.52124.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.8%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 77 (30.47% from 255) = 30.8%
R=32.8%
G=36.4%
B=30.8%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8291770.1000.150.6498.578.3332.94
Hex525B4DA0F4063821
Octal122133115120171001431041
Binary101001010110111001101101001111100000011000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525B4D; }

 p { color: rgb(82,91,77); }

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

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

 a { background-color: rgb(82,91,77); }

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

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

 span { border-color: rgb(82,91,77); }

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