#525457

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

Shades of Bright Grey #525457

Tints of Bright Grey #525457

Color information

#525457 (or 0x525457) is unknown color: approx Bright Grey. HEX triplet: 52, 54 and 57. RGB value is (82,84,87). Sum of RGB (Red+Green+Blue) = 82+84+87=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 87 - color contains mainly: blue. Hex color #525457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525457 is #ADABA8. Grayscale: #535353. Windows color (decimal): -11381673 or 5723218. OLE color: 5723218.

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

Color convert

RGB828487-
CMYK0.060.0300.66
HSL216º2.96%33.14%-
HSV(B)216º5.75%34.12%-
XYZ8.378.8210.28-
YUV83.74129.84126.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 87 (34.38% from 255) = 34.39%
R=32.41%
G=33.20%
B=34.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8284870.060.0300.662162.9633.14
Hex52545763042d8321
Octal122124127630102330341
Binary10100101010100101011111011010000101101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525457; }

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

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

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

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

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

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

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

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