#526A65

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

Shades of William #526A65

Tints of William #526A65

Color information

#526A65 (or 0x526A65) is unknown color: approx William. HEX triplet: 52, 6A and 65. RGB value is (82,106,101). Sum of RGB (Red+Green+Blue) = 82+106+101=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 106 - color contains mainly: green. Hex color #526A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A65 is #AD959A. Grayscale: #626262. Windows color (decimal): -11376027 or 6646354. OLE color: 6646354.

HSL color Cylindrical-coordinate representation of color #526A65: hue angle of 167.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #526A65 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB82106101-
CMYK0.2300.050.58
HSL167.5º12.77%36.86%-
HSV(B)167.5º22.64%41.57%-
XYZ10.9813.0414.25-
YUV98.25129.55116.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 106 (41.80% from 255) = 36.68%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=28.37%
G=36.68%
B=34.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal821061010.2300.050.58167.512.7736.86
Hex526A6517053Aa8d25
Octal1221521452705722501545
Binary101001011010101100101101110101111010101010001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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