#526E6D

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

Shades of William #526E6D

Tints of William #526E6D

Color information

#526E6D (or 0x526E6D) is unknown color: approx William. HEX triplet: 52, 6E and 6D. RGB value is (82,110,109). Sum of RGB (Red+Green+Blue) = 82+110+109=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 110 - color contains mainly: green. Hex color #526E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E6D is #AD9192. Grayscale: #656565. Windows color (decimal): -11374995 or 7171666. OLE color: 7171666.

HSL color Cylindrical-coordinate representation of color #526E6D: hue angle of 177.86º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526E6D is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB82110109-
CMYK0.2500.010.57
HSL177.86º14.58%37.65%-
HSV(B)177.86º25.45%43.14%-
XYZ11.8214.0516.56-
YUV101.51132.22114.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 109 (42.97% from 255) = 36.21%
R=27.24%
G=36.54%
B=36.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal821101090.2500.010.57177.8614.5837.65
Hex526E6D190139b2f26
Octal1221561553101712621746
Binary1010010110111011011011100101111001101100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,110,109); }

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

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

 a { background-color: rgb(82,110,109); }

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

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

 span { border-color: rgb(82,110,109); }

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