#525B50

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

Shades of Battleship Grey #525B50

Tints of Battleship Grey #525B50

Color information

#525B50 (or 0x525B50) is unknown color: approx Battleship Grey. HEX triplet: 52, 5B and 50. RGB value is (82,91,80). Sum of RGB (Red+Green+Blue) = 82+91+80=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 91 - color contains mainly: green. Hex color #525B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B50 is #ADA4AF. Grayscale: #575757. Windows color (decimal): -11379888 or 5266258. OLE color: 5266258.

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

Color convert

RGB829180-
CMYK0.1000.120.64
HSL109.09º6.43%33.53%-
HSV(B)109.09º12.09%35.69%-
XYZ8.679.869.03-
YUV87.06124.02124.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=32.41%
G=35.97%
B=31.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8291800.1000.120.64109.096.4333.53
Hex525B50A0C406d622
Octal12213312012014100155642
Binary10100101011011101000010100110010000001101101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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