#525462

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

Shades of Bright Grey #525462

Tints of Bright Grey #525462

Color information

#525462 (or 0x525462) is unknown color: approx Bright Grey. HEX triplet: 52, 54 and 62. RGB value is (82,84,98). Sum of RGB (Red+Green+Blue) = 82+84+98=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 98 - color contains mainly: blue. Hex color #525462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525462 is #ADAB9D. Grayscale: #545454. Windows color (decimal): -11381662 or 6444114. OLE color: 6444114.

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

Color convert

RGB828498-
CMYK0.160.1400.62
HSL232.5º8.89%35.29%-
HSV(B)232.5º16.33%38.43%-
XYZ8.859.0212.83-
YUV85135.34125.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 98 (38.67% from 255) = 37.12%
R=31.06%
G=31.82%
B=37.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8284980.160.1400.62232.58.8935.29
Hex52546210E03Ee8923
Octal12212414220160763501143
Binary1010010101010011000101000011100111110111010001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525462; }

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

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

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

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

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

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

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

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