#525B4F

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

Shades of Battleship Grey #525B4F

Tints of Battleship Grey #525B4F

Color information

#525B4F (or 0x525B4F) is unknown color: approx Battleship Grey. HEX triplet: 52, 5B and 4F. RGB value is (82,91,79). Sum of RGB (Red+Green+Blue) = 82+91+79=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 91 - color contains mainly: green. Hex color #525B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B4F is #ADA4B0. Grayscale: #565656. Windows color (decimal): -11379889 or 5200722. OLE color: 5200722.

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

Color convert

RGB829179-
CMYK0.1000.130.64
HSL105º7.06%33.33%-
HSV(B)105º13.19%35.69%-
XYZ8.639.848.84-
YUV86.94123.52124.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 91 (35.94% from 255) = 36.11%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=32.54%
G=36.11%
B=31.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8291790.1000.130.641057.0633.33
Hex525B4FA0D4069721
Octal12213311712015100151741
Binary10100101011011100111110100110110000001101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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