#526763

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

Shades of William #526763

Tints of William #526763

Color information

#526763 (or 0x526763) is unknown color: approx William. HEX triplet: 52, 67 and 63. RGB value is (82,103,99). Sum of RGB (Red+Green+Blue) = 82+103+99=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 103 - color contains mainly: green. Hex color #526763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526763 is #AD989C. Grayscale: #606060. Windows color (decimal): -11376797 or 6514514. OLE color: 6514514.

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

Color convert

RGB8210399-
CMYK0.2000.040.60
HSL168.57º11.35%36.27%-
HSV(B)168.57º20.39%40.39%-
XYZ10.5812.413.64-
YUV96.26129.54117.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=28.87%
G=36.27%
B=34.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82103990.2000.040.60168.5711.3536.27
Hex52676314043Ca9b24
Octal1221471432404742511344
Binary101001011001111100011101000100111100101010011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526763; }

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

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

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

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

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

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

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

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