#526864

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

Shades of William #526864

Tints of William #526864

Color information

#526864 (or 0x526864) is unknown color: approx William. HEX triplet: 52, 68 and 64. RGB value is (82,104,100). Sum of RGB (Red+Green+Blue) = 82+104+100=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 104 - color contains mainly: green. Hex color #526864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526864 is #AD979B. Grayscale: #606060. Windows color (decimal): -11376540 or 6580306. OLE color: 6580306.

HSL color Cylindrical-coordinate representation of color #526864: hue angle of 169.09º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #526864 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB82104100-
CMYK0.2100.040.59
HSL169.09º11.83%36.47%-
HSV(B)169.09º21.15%40.78%-
XYZ10.7312.6113.93-
YUV96.97129.71117.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 100 (39.45% from 255) = 34.97%
R=28.67%
G=36.36%
B=34.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal821041000.2100.040.59169.0911.8336.47
Hex52686415043Ba9c24
Octal1221501442504732511444
Binary101001011010001100100101010100111011101010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526864; }

 p { color: rgb(82,104,100); }

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

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

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

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

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

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

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