#525950

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

Shades of Battleship Grey #525950

Tints of Battleship Grey #525950

Color information

#525950 (or 0x525950) is unknown color: approx Battleship Grey. HEX triplet: 52, 59 and 50. RGB value is (82,89,80). Sum of RGB (Red+Green+Blue) = 82+89+80=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 89 - color contains mainly: green. Hex color #525950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525950 is #ADA6AF. Grayscale: #555555. Windows color (decimal): -11380400 or 5265746. OLE color: 5265746.

HSL color Cylindrical-coordinate representation of color #525950: hue angle of 106.67º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #525950 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB828980-
CMYK0.0800.100.65
HSL106.67º5.33%33.14%-
HSV(B)106.67º10.11%34.9%-
XYZ8.59.528.98-
YUV85.88124.68125.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.67%
GREEN value IS 89 (35.16% from 255) = 35.46%
BLUE value IS 80 (31.64% from 255) = 31.87%
R=32.67%
G=35.46%
B=31.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289800.0800.100.65106.675.3333.14
Hex52595080A416b521
Octal12213112010012101153541
Binary10100101011001101000010000101010000011101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525950; }

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

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

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

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

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

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

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

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