#525456

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

Shades of Bright Grey #525456

Tints of Bright Grey #525456

Color information

#525456 (or 0x525456) is unknown color: approx Bright Grey. HEX triplet: 52, 54 and 56. RGB value is (82,84,86). Sum of RGB (Red+Green+Blue) = 82+84+86=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 86 - color contains mainly: blue. Hex color #525456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525456 is #ADABA9. Grayscale: #535353. Windows color (decimal): -11381674 or 5657682. OLE color: 5657682.

HSL color Cylindrical-coordinate representation of color #525456: hue angle of 210º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #525456 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB828486-
CMYK0.050.0200.66
HSL210º2.38%32.94%-
HSV(B)210º4.65%33.73%-
XYZ8.338.8110.06-
YUV83.63129.34126.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 84 (33.20% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=32.54%
G=33.33%
B=34.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8284860.050.0200.662102.3832.94
Hex52545652042d2221
Octal122124126520102322241
Binary10100101010100101011010110010000101101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525456; }

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

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

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

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

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

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

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

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