#526F6E

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

Shades of William #526F6E

Tints of William #526F6E

Color information

#526F6E (or 0x526F6E) is unknown color: approx William. HEX triplet: 52, 6F and 6E. RGB value is (82,111,110). Sum of RGB (Red+Green+Blue) = 82+111+110=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 111 - color contains mainly: green. Hex color #526F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F6E is #AD9091. Grayscale: #666666. Windows color (decimal): -11374738 or 7237458. OLE color: 7237458.

HSL color Cylindrical-coordinate representation of color #526F6E: hue angle of 177.93º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #526F6E is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB82111110-
CMYK0.2600.010.56
HSL177.93º15.03%37.84%-
HSV(B)177.93º26.13%43.53%-
XYZ11.9814.2916.88-
YUV102.22132.39113.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.06%
GREEN value IS 111 (43.75% from 255) = 36.63%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=27.06%
G=36.63%
B=36.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal821111100.2600.010.56177.9315.0337.84
Hex526F6E1A0138b2f26
Octal1221571563201702621746
Binary1010010110111111011101101001111000101100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,111,110); }

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

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

 a { background-color: rgb(82,111,110); }

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

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

 span { border-color: rgb(82,111,110); }

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