#526D6A

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

Shades of William #526D6A

Tints of William #526D6A

Color information

#526D6A (or 0x526D6A) is unknown color: approx William. HEX triplet: 52, 6D and 6A. RGB value is (82,109,106). Sum of RGB (Red+Green+Blue) = 82+109+106=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 109 - color contains mainly: green. Hex color #526D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D6A is #AD9295. Grayscale: #646464. Windows color (decimal): -11375254 or 6974802. OLE color: 6974802.

HSL color Cylindrical-coordinate representation of color #526D6A: hue angle of 173.33º 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 #526D6A is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB82109106-
CMYK0.2500.030.57
HSL173.33º14.14%37.45%-
HSV(B)173.33º24.77%42.75%-
XYZ11.5513.7715.69-
YUV100.58131.05114.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 109 (42.97% from 255) = 36.70%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=27.61%
G=36.70%
B=35.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal821091060.2500.030.57173.3314.1437.45
Hex526D6A190339ade25
Octal1221551523103712551645
Binary10100101101101110101011001011111001101011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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