#525C4F

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

Shades of Battleship Grey #525C4F

Tints of Battleship Grey #525C4F

Color information

#525C4F (or 0x525C4F) is unknown color: approx Battleship Grey. HEX triplet: 52, 5C and 4F. RGB value is (82,92,79). Sum of RGB (Red+Green+Blue) = 82+92+79=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 92 - color contains mainly: green. Hex color #525C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C4F is #ADA3B0. Grayscale: #575757. Windows color (decimal): -11379633 or 5200978. OLE color: 5200978.

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

Color convert

RGB829279-
CMYK0.1100.140.64
HSL106.15º7.6%33.53%-
HSV(B)106.15º14.13%36.08%-
XYZ8.7210.018.87-
YUV87.53123.19124.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 92 (36.33% from 255) = 36.36%
BLUE value IS 79 (31.25% from 255) = 31.23%
R=32.41%
G=36.36%
B=31.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8292790.1100.140.64106.157.633.53
Hex525C4FB0E406a822
Octal122134117130161001521042
Binary101001010111001001111101101110100000011010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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