#525458

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

Shades of Bright Grey #525458

Tints of Bright Grey #525458

Color information

#525458 (or 0x525458) is unknown color: approx Bright Grey. HEX triplet: 52, 54 and 58. RGB value is (82,84,88). Sum of RGB (Red+Green+Blue) = 82+84+88=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 88 - color contains mainly: blue. Hex color #525458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525458 is #ADABA7. Grayscale: #535353. Windows color (decimal): -11381672 or 5788754. OLE color: 5788754.

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

Color convert

RGB828488-
CMYK0.070.0500.65
HSL220º3.53%33.33%-
HSV(B)220º6.82%34.51%-
XYZ8.418.8410.5-
YUV83.86130.34126.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.28%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 88 (34.77% from 255) = 34.65%
R=32.28%
G=33.07%
B=34.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8284880.070.0500.652203.5333.33
Hex52545875041dc421
Octal122124130750101334441
Binary1010010101010010110001111010100000111011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525458; }

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

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

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

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

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

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

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

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