#525463

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

Shades of Bright Grey #525463

Tints of Bright Grey #525463

Color information

#525463 (or 0x525463) is unknown color: approx Bright Grey. HEX triplet: 52, 54 and 63. RGB value is (82,84,99). Sum of RGB (Red+Green+Blue) = 82+84+99=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 99 - color contains mainly: blue. Hex color #525463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525463 is #ADAB9C. Grayscale: #555555. Windows color (decimal): -11381661 or 6509650. OLE color: 6509650.

HSL color Cylindrical-coordinate representation of color #525463: hue angle of 232.94º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #525463 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB828499-
CMYK0.170.1500.61
HSL232.94º9.39%35.49%-
HSV(B)232.94º17.17%38.82%-
XYZ8.99.0413.08-
YUV85.11135.84125.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 99 (39.06% from 255) = 37.36%
R=30.94%
G=31.70%
B=37.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8284990.170.1500.61232.949.3935.49
Hex52546311F03De9923
Octal12212414321170753511143
Binary1010010101010011000111000111110111101111010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525463; }

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

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

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

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

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

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

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

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