#525361

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

Shades of Bright Grey #525361

Tints of Bright Grey #525361

Color information

#525361 (or 0x525361) is unknown color: approx Bright Grey. HEX triplet: 52, 53 and 61. RGB value is (82,83,97). Sum of RGB (Red+Green+Blue) = 82+83+97=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 97 - color contains mainly: blue. Hex color #525361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525361 is #ADAC9E. Grayscale: #545454. Windows color (decimal): -11381919 or 6378322. OLE color: 6378322.

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

Color convert

RGB828397-
CMYK0.150.1400.62
HSL236º8.38%35.1%-
HSV(B)236º15.46%38.04%-
XYZ8.738.8412.56-
YUV84.3135.17126.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.30%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=31.30%
G=31.68%
B=37.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8283970.150.1400.622368.3835.1
Hex525361FE03Eec823
Octal12212314117160763541043
Binary101001010100111100001111111100111110111011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525361; }

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

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

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

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

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

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

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

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