#526965

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

Shades of William #526965

Tints of William #526965

Color information

#526965 (or 0x526965) is unknown color: approx William. HEX triplet: 52, 69 and 65. RGB value is (82,105,101). Sum of RGB (Red+Green+Blue) = 82+105+101=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 105 - color contains mainly: green. Hex color #526965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526965 is #AD969A. Grayscale: #616161. Windows color (decimal): -11376283 or 6646098. OLE color: 6646098.

HSL color Cylindrical-coordinate representation of color #526965: hue angle of 169.57º 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 #526965 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB82105101-
CMYK0.2200.040.59
HSL169.57º12.3%36.67%-
HSV(B)169.57º21.9%41.18%-
XYZ10.8812.8414.22-
YUV97.67129.88116.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.47%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=28.47%
G=36.46%
B=35.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal821051010.2200.040.59169.5712.336.67
Hex52696516043Baac25
Octal1221511452604732521445
Binary101001011010011100101101100100111011101010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526965; }

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

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

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

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

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

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

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

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