#525459

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

Shades of Bright Grey #525459

Tints of Bright Grey #525459

Color information

#525459 (or 0x525459) is unknown color: approx Bright Grey. HEX triplet: 52, 54 and 59. RGB value is (82,84,89). Sum of RGB (Red+Green+Blue) = 82+84+89=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 89 - color contains mainly: blue. Hex color #525459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525459 is #ADABA6. Grayscale: #535353. Windows color (decimal): -11381671 or 5854290. OLE color: 5854290.

HSL color Cylindrical-coordinate representation of color #525459: hue angle of 222.86º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #525459 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB828489-
CMYK0.080.0600.65
HSL222.86º4.09%33.53%-
HSV(B)222.86º7.87%34.9%-
XYZ8.458.8610.71-
YUV83.97130.84126.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.16%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 89 (35.16% from 255) = 34.90%
R=32.16%
G=32.94%
B=34.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8284890.080.0600.65222.864.0933.53
Hex52545986041df422
Octal1221241311060101337442
Binary10100101010100101100110001100100000111011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525459; }

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

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

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

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

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

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

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

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