#526F6F

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

Shades of William #526F6F

Tints of William #526F6F

Color information

#526F6F (or 0x526F6F) is unknown color: approx William. HEX triplet: 52, 6F and 6F. RGB value is (82,111,111). Sum of RGB (Red+Green+Blue) = 82+111+111=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #526F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F6F is #AD9090. Grayscale: #666666. Windows color (decimal): -11374737 or 7302994. OLE color: 7302994.

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

Color convert

RGB82111111-
CMYK0.26000.56
HSL180º15.03%37.84%-
HSV(B)180º26.13%43.53%-
XYZ12.0314.3117.17-
YUV102.33132.89113.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 111 (43.75% from 255) = 36.51%
BLUE value IS 111 (43.75% from 255) = 36.51%
R=26.97%
G=36.51%
B=36.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal821111110.26000.5618015.0337.84
Hex526F6F1A0038b4f26
Octal1221571573200702641746
Binary1010010110111111011111101000111000101101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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