#526F6C

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

Shades of William #526F6C

Tints of William #526F6C

Color information

#526F6C (or 0x526F6C) is unknown color: approx William. HEX triplet: 52, 6F and 6C. RGB value is (82,111,108). Sum of RGB (Red+Green+Blue) = 82+111+108=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 111 - color contains mainly: green. Hex color #526F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F6C is #AD9093. Grayscale: #656565. Windows color (decimal): -11374740 or 7106386. OLE color: 7106386.

HSL color Cylindrical-coordinate representation of color #526F6C: hue angle of 173.79º 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 #526F6C is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB82111108-
CMYK0.2600.030.56
HSL173.79º15.03%37.84%-
HSV(B)173.79º26.13%43.53%-
XYZ11.8714.2516.31-
YUV101.99131.39113.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 111 (43.75% from 255) = 36.88%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=27.24%
G=36.88%
B=35.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal821111080.2600.030.56173.7915.0337.84
Hex526F6C1A0338aef26
Octal1221571543203702561746
Binary10100101101111110110011010011111000101011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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