#525561

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

Shades of Bright Grey #525561

Tints of Bright Grey #525561

Color information

#525561 (or 0x525561) is unknown color: approx Bright Grey. HEX triplet: 52, 55 and 61. RGB value is (82,85,97). Sum of RGB (Red+Green+Blue) = 82+85+97=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 97 - color contains mainly: blue. Hex color #525561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525561 is #ADAA9E. Grayscale: #555555. Windows color (decimal): -11381407 or 6378834. OLE color: 6378834.

HSL color Cylindrical-coordinate representation of color #525561: hue angle of 228º 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 #525561 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB828597-
CMYK0.150.1200.62
HSL228º8.38%35.1%-
HSV(B)228º15.46%38.04%-
XYZ8.899.1512.61-
YUV85.47134.51125.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=31.06%
G=32.20%
B=36.74%

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
Decimal8285970.150.1200.622288.3835.1
Hex525561FC03Ee4823
Octal12212514117140763441043
Binary101001010101011100001111111000111110111001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525561; }

 p { color: rgb(82,85,97); }

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

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

 a { background-color: rgb(82,85,97); }

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

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

 span { border-color: rgb(82,85,97); }

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