#525861

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

Shades of Bright Grey #525861

Tints of Bright Grey #525861

Color information

#525861 (or 0x525861) is unknown color: approx Bright Grey. HEX triplet: 52, 58 and 61. RGB value is (82,88,97). Sum of RGB (Red+Green+Blue) = 82+88+97=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 97 - color contains mainly: blue. Hex color #525861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525861 is #ADA79E. Grayscale: #575757. Windows color (decimal): -11380639 or 6379602. OLE color: 6379602.

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

Color convert

RGB828897-
CMYK0.150.0900.62
HSL216º8.38%35.1%-
HSV(B)216º15.46%38.04%-
XYZ9.139.6412.69-
YUV87.23133.51124.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=30.71%
G=32.96%
B=36.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8288970.150.0900.622168.3835.1
Hex525861F903Ed8823
Octal12213014117110763301043
Binary101001010110001100001111110010111110110110001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525861; }

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

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

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

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

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

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

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

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