#526663

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

Shades of William #526663

Tints of William #526663

Color information

#526663 (or 0x526663) is unknown color: approx William. HEX triplet: 52, 66 and 63. RGB value is (82,102,99). Sum of RGB (Red+Green+Blue) = 82+102+99=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 102 - color contains mainly: green. Hex color #526663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526663 is #AD999C. Grayscale: #5F5F5F. Windows color (decimal): -11377053 or 6514258. OLE color: 6514258.

HSL color Cylindrical-coordinate representation of color #526663: hue angle of 171º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #526663 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB8210299-
CMYK0.2000.030.6
HSL171º10.87%36.08%-
HSV(B)171º19.61%40%-
XYZ10.4812.213.61-
YUV95.68129.87118.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 99 (39.06% from 255) = 34.98%
R=28.98%
G=36.04%
B=34.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82102990.2000.030.617110.8736.08
Hex52666314033Cabb24
Octal1221461432403742531344
Binary10100101100110110001110100011111100101010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526663; }

 p { color: rgb(82,102,99); }

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

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

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

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

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

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

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