#525A4E

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

Shades of Battleship Grey #525A4E

Tints of Battleship Grey #525A4E

Color information

#525A4E (or 0x525A4E) is unknown color: approx Battleship Grey. HEX triplet: 52, 5A and 4E. RGB value is (82,90,78). Sum of RGB (Red+Green+Blue) = 82+90+78=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 90 - color contains mainly: green. Hex color #525A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A4E is #ADA5B1. Grayscale: #565656. Windows color (decimal): -11380146 or 5134930. OLE color: 5134930.

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

Color convert

RGB829078-
CMYK0.0900.130.65
HSL100º7.14%32.94%-
HSV(B)100º13.33%35.29%-
XYZ8.519.668.62-
YUV86.24123.35124.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.8%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 78 (30.86% from 255) = 31.2%
R=32.8%
G=36%
B=31.2%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8290780.0900.130.651007.1432.94
Hex525A4E90D4164721
Octal12213211611015101144741
Binary10100101011010100111010010110110000011100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,90,78); }

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

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

 a { background-color: rgb(82,90,78); }

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

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

 span { border-color: rgb(82,90,78); }

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