#525460

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

Shades of Bright Grey #525460

Tints of Bright Grey #525460

Color information

#525460 (or 0x525460) is unknown color: approx Bright Grey. HEX triplet: 52, 54 and 60. RGB value is (82,84,96). Sum of RGB (Red+Green+Blue) = 82+84+96=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 96 - color contains mainly: blue. Hex color #525460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525460 is #ADAB9F. Grayscale: #545454. Windows color (decimal): -11381664 or 6313042. OLE color: 6313042.

HSL color Cylindrical-coordinate representation of color #525460: hue angle of 231.43º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #525460 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB828496-
CMYK0.150.1200.62
HSL231.43º7.87%34.9%-
HSV(B)231.43º14.58%37.65%-
XYZ8.768.9812.34-
YUV84.77134.34126.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.30%
GREEN value IS 84 (33.20% from 255) = 32.06%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=31.30%
G=32.06%
B=36.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8284960.150.1200.62231.437.8734.9
Hex525460FC03Ee7823
Octal12212414017140763471043
Binary101001010101001100000111111000111110111001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525460; }

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

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

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

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

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

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

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

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