#526966

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

Shades of William #526966

Tints of William #526966

Color information

#526966 (or 0x526966) is unknown color: approx William. HEX triplet: 52, 69 and 66. RGB value is (82,105,102). Sum of RGB (Red+Green+Blue) = 82+105+102=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 105 - color contains mainly: green. Hex color #526966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526966 is #AD9699. Grayscale: #616161. Windows color (decimal): -11376282 or 6711634. OLE color: 6711634.

HSL color Cylindrical-coordinate representation of color #526966: hue angle of 172.17º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #526966 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB82105102-
CMYK0.2200.030.59
HSL172.17º12.3%36.67%-
HSV(B)172.17º21.9%41.18%-
XYZ10.9312.8614.48-
YUV97.78130.38116.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=28.37%
G=36.33%
B=35.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal821051020.2200.030.59172.1712.336.67
Hex52696616033Bacc25
Octal1221511462603732541445
Binary10100101101001110011010110011111011101011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526966; }

 p { color: rgb(82,105,102); }

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

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

 a { background-color: rgb(82,105,102); }

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

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

 span { border-color: rgb(82,105,102); }

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