#52555A

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

Shades of Bright Grey #52555A

Tints of Bright Grey #52555A

Color information

#52555A (or 0x52555A) is unknown color: approx Bright Grey. HEX triplet: 52, 55 and 5A. RGB value is (82,85,90). Sum of RGB (Red+Green+Blue) = 82+85+90=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 90 - color contains mainly: blue. Hex color #52555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52555A is #ADAAA5. Grayscale: #545454. Windows color (decimal): -11381414 or 5920082. OLE color: 5920082.

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

Color convert

RGB828590-
CMYK0.090.0600.65
HSL217.5º4.65%33.73%-
HSV(B)217.5º8.89%35.29%-
XYZ8.579.0310.96-
YUV84.67131.01126.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 90 (35.55% from 255) = 35.02%
R=31.91%
G=33.07%
B=35.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8285900.090.0600.65217.54.6533.73
Hex52555A96041da522
Octal1221251321160101332542
Binary10100101010101101101010011100100000111011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52555A; }

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

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

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

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

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

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

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

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