#525961

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

Shades of Bright Grey #525961

Tints of Bright Grey #525961

Color information

#525961 (or 0x525961) is unknown color: approx Bright Grey. HEX triplet: 52, 59 and 61. RGB value is (82,89,97). Sum of RGB (Red+Green+Blue) = 82+89+97=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 97 - color contains mainly: blue. Hex color #525961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525961 is #ADA69E. Grayscale: #575757. Windows color (decimal): -11380383 or 6379858. OLE color: 6379858.

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

Color convert

RGB828997-
CMYK0.150.0800.62
HSL212º8.38%35.1%-
HSV(B)212º15.46%38.04%-
XYZ9.219.812.72-
YUV87.82133.18123.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 89 (35.16% from 255) = 33.21%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=30.60%
G=33.21%
B=36.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8289970.150.0800.622128.3835.1
Hex525961F803Ed4823
Octal12213114117100763241043
Binary101001010110011100001111110000111110110101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525961; }

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

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

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

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

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

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

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

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