#526C5D

Color #526C5D Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #526C5D

Tints of Como #526C5D

Color information

#526C5D (or 0x526C5D) is unknown color: approx Como. HEX triplet: 52, 6C and 5D. RGB value is (82,108,93). Sum of RGB (Red+Green+Blue) = 82+108+93=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 108 - color contains mainly: green. Hex color #526C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526C5D is #AD93A2. Grayscale: #626262. Windows color (decimal): -11375523 or 6122578. OLE color: 6122578.

HSL color Cylindrical-coordinate representation of color #526C5D: hue angle of 145.38º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #526C5D is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB8210893-
CMYK0.2400.140.58
HSL145.38º13.68%37.25%-
HSV(B)145.38º24.07%42.35%-
XYZ10.8213.3112.35-
YUV98.52124.89116.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 108 (42.58% from 255) = 38.16%
BLUE value IS 93 (36.72% from 255) = 32.86%
R=28.98%
G=38.16%
B=32.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82108930.2400.140.58145.3813.6837.25
Hex526C5D180E3A91e25
Octal12215413530016722211645
Binary1010010110110010111011100001110111010100100011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526C5D; }

 p { color: rgb(82,108,93); }

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

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

 a { background-color: rgb(82,108,93); }

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

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

 span { border-color: rgb(82,108,93); }

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