#525650

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

Shades of Battleship Grey #525650

Tints of Battleship Grey #525650

Color information

#525650 (or 0x525650) is unknown color: approx Battleship Grey. HEX triplet: 52, 56 and 50. RGB value is (82,86,80). Sum of RGB (Red+Green+Blue) = 82+86+80=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 86 - color contains mainly: green. Hex color #525650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525650 is #ADA9AF. Grayscale: #545454. Windows color (decimal): -11381168 or 5264978. OLE color: 5264978.

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

Color convert

RGB828680-
CMYK0.0500.070.66
HSL100º3.61%32.55%-
HSV(B)100º6.98%33.73%-
XYZ8.269.038.9-
YUV84.12125.67126.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 80 (31.64% from 255) = 32.26%
R=33.06%
G=34.68%
B=32.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286800.0500.070.661003.6132.55
Hex5256505074264421
Octal122126120507102144441
Binary101001010101101010000101011110000101100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525650; }

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

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

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

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

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

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

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

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