#526E6C

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

Shades of William #526E6C

Tints of William #526E6C

Color information

#526E6C (or 0x526E6C) is unknown color: approx William. HEX triplet: 52, 6E and 6C. RGB value is (82,110,108). Sum of RGB (Red+Green+Blue) = 82+110+108=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 110 - color contains mainly: green. Hex color #526E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E6C is #AD9193. Grayscale: #656565. Windows color (decimal): -11374996 or 7106130. OLE color: 7106130.

HSL color Cylindrical-coordinate representation of color #526E6C: hue angle of 175.71º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526E6C is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB82110108-
CMYK0.2500.020.57
HSL175.71º14.58%37.65%-
HSV(B)175.71º25.45%43.14%-
XYZ11.7614.0316.28-
YUV101.4131.72114.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 110 (43.36% from 255) = 36.67%
BLUE value IS 108 (42.58% from 255) = 36%
R=27.33%
G=36.67%
B=36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal821101080.2500.020.57175.7114.5837.65
Hex526E6C190239b0f26
Octal1221561543102712601746
Binary10100101101110110110011001010111001101100001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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