#525558

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

Shades of Bright Grey #525558

Tints of Bright Grey #525558

Color information

#525558 (or 0x525558) is unknown color: approx Bright Grey. HEX triplet: 52, 55 and 58. RGB value is (82,85,88). Sum of RGB (Red+Green+Blue) = 82+85+88=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 88 - color contains mainly: blue. Hex color #525558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525558 is #ADAAA7. Grayscale: #545454. Windows color (decimal): -11381416 or 5789010. OLE color: 5789010.

HSL color Cylindrical-coordinate representation of color #525558: hue angle of 210º 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 #525558 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB828588-
CMYK0.070.0300.65
HSL210º3.53%33.33%-
HSV(B)210º6.82%34.51%-
XYZ8.49910.52-
YUV84.44130.01126.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.16%
GREEN value IS 85 (33.59% from 255) = 33.33%
BLUE value IS 88 (34.77% from 255) = 34.51%
R=32.16%
G=33.33%
B=34.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8285880.070.0300.652103.5333.33
Hex52555873041d2421
Octal122125130730101322441
Binary101001010101011011000111110100000111010010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525558; }

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

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

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

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

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

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

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

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