#526D6C

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

Shades of William #526D6C

Tints of William #526D6C

Color information

#526D6C (or 0x526D6C) is unknown color: approx William. HEX triplet: 52, 6D and 6C. RGB value is (82,109,108). Sum of RGB (Red+Green+Blue) = 82+109+108=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 109 - color contains mainly: green. Hex color #526D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D6C is #AD9293. Grayscale: #646464. Windows color (decimal): -11375252 or 7105874. OLE color: 7105874.

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

Color convert

RGB82109108-
CMYK0.2500.010.57
HSL177.78º14.14%37.45%-
HSV(B)177.78º24.77%42.75%-
XYZ11.6613.8116.24-
YUV100.81132.05114.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 109 (42.97% from 255) = 36.45%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=27.42%
G=36.45%
B=36.12%

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
Decimal821091080.2500.010.57177.7814.1437.45
Hex526D6C190139b2e25
Octal1221551543101712621645
Binary1010010110110111011001100101111001101100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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