#526865

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

Shades of William #526865

Tints of William #526865

Color information

#526865 (or 0x526865) is unknown color: approx William. HEX triplet: 52, 68 and 65. RGB value is (82,104,101). Sum of RGB (Red+Green+Blue) = 82+104+101=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 104 - color contains mainly: green. Hex color #526865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526865 is #AD979A. Grayscale: #616161. Windows color (decimal): -11376539 or 6645842. OLE color: 6645842.

HSL color Cylindrical-coordinate representation of color #526865: hue angle of 171.82º 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 #526865 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB82104101-
CMYK0.2100.030.59
HSL171.82º11.83%36.47%-
HSV(B)171.82º21.15%40.78%-
XYZ10.7812.6314.18-
YUV97.08130.21117.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=28.57%
G=36.24%
B=35.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal821041010.2100.030.59171.8211.8336.47
Hex52686515033Bacc24
Octal1221501452503732541444
Binary10100101101000110010110101011111011101011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526865; }

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

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

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

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

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

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

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

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