#526562

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

Shades of William #526562

Tints of William #526562

Color information

#526562 (or 0x526562) is unknown color: approx William. HEX triplet: 52, 65 and 62. RGB value is (82,101,98). Sum of RGB (Red+Green+Blue) = 82+101+98=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 101 - color contains mainly: green. Hex color #526562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526562 is #AD9A9D. Grayscale: #5E5E5E. Windows color (decimal): -11377310 or 6448466. OLE color: 6448466.

HSL color Cylindrical-coordinate representation of color #526562: hue angle of 170.53º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #526562 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB8210198-
CMYK0.1900.030.60
HSL170.53º10.38%35.88%-
HSV(B)170.53º18.81%39.61%-
XYZ10.3411.9813.32-
YUV94.98129.71118.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=29.18%
G=35.94%
B=34.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101980.1900.030.60170.5310.3835.88
Hex52656213033Caba24
Octal1221451422303742531244
Binary10100101100101110001010011011111100101010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526562; }

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

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

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

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

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

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

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

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