#526764

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

Shades of William #526764

Tints of William #526764

Color information

#526764 (or 0x526764) is unknown color: approx William. HEX triplet: 52, 67 and 64. RGB value is (82,103,100). Sum of RGB (Red+Green+Blue) = 82+103+100=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 103 - color contains mainly: green. Hex color #526764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526764 is #AD989B. Grayscale: #606060. Windows color (decimal): -11376796 or 6580050. OLE color: 6580050.

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

Color convert

RGB82103100-
CMYK0.2000.030.60
HSL171.43º11.35%36.27%-
HSV(B)171.43º20.39%40.39%-
XYZ10.6312.4113.89-
YUV96.38130.04117.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 103 (40.62% from 255) = 36.14%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=28.77%
G=36.14%
B=35.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal821031000.2000.030.60171.4311.3536.27
Hex52676414033Cabb24
Octal1221471442403742531344
Binary10100101100111110010010100011111100101010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526764; }

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

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

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

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

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

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

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

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