#525966

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

Shades of Bright Grey #525966

Tints of Bright Grey #525966

Color information

#525966 (or 0x525966) is unknown color: approx Bright Grey. HEX triplet: 52, 59 and 66. RGB value is (82,89,102). Sum of RGB (Red+Green+Blue) = 82+89+102=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 102 - color contains mainly: blue. Hex color #525966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525966 is #ADA699. Grayscale: #585858. Windows color (decimal): -11380378 or 6707538. OLE color: 6707538.

HSL color Cylindrical-coordinate representation of color #525966: hue angle of 219º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525966 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8289102-
CMYK0.200.1300.6
HSL219º10.87%36.08%-
HSV(B)219º19.61%40%-
XYZ9.459.913.98-
YUV88.39135.68123.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=30.04%
G=32.60%
B=37.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82891020.200.1300.621910.8736.08
Hex52596614D03Cdbb24
Octal12213114624150743331344
Binary1010010101100111001101010011010111100110110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525966; }

 p { color: rgb(82,89,102); }

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

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

 a { background-color: rgb(82,89,102); }

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

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

 span { border-color: rgb(82,89,102); }

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