#526A69

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

Shades of William #526A69

Tints of William #526A69

Color information

#526A69 (or 0x526A69) is unknown color: approx William. HEX triplet: 52, 6A and 69. RGB value is (82,106,105). Sum of RGB (Red+Green+Blue) = 82+106+105=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 106 - color contains mainly: green. Hex color #526A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A69 is #AD9596. Grayscale: #626262. Windows color (decimal): -11376023 or 6908498. OLE color: 6908498.

HSL color Cylindrical-coordinate representation of color #526A69: hue angle of 177.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 #526A69 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB82106105-
CMYK0.2300.010.58
HSL177.5º12.77%36.86%-
HSV(B)177.5º22.64%41.57%-
XYZ11.1813.1215.31-
YUV98.71131.55116.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 105 (41.41% from 255) = 35.84%
R=27.99%
G=36.18%
B=35.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal821061050.2300.010.58177.512.7736.86
Hex526A6917013Ab2d25
Octal1221521512701722621545
Binary1010010110101011010011011101111010101100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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