#526460

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

Shades of William #526460

Tints of William #526460

Color information

#526460 (or 0x526460) is unknown color: approx William. HEX triplet: 52, 64 and 60. RGB value is (82,100,96). Sum of RGB (Red+Green+Blue) = 82+100+96=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 100 - color contains mainly: green. Hex color #526460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526460 is #AD9B9F. Grayscale: #5E5E5E. Windows color (decimal): -11377568 or 6317138. OLE color: 6317138.

HSL color Cylindrical-coordinate representation of color #526460: hue angle of 166.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #526460 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB8210096-
CMYK0.1800.040.61
HSL166.67º9.89%35.69%-
HSV(B)166.67º18%39.22%-
XYZ10.1511.7512.8-
YUV94.16129.04119.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=29.50%
G=35.97%
B=34.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal82100960.1800.040.61166.679.8935.69
Hex52646012043Da7a24
Octal1221441402204752471244
Binary101001011001001100000100100100111101101001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526460; }

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

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

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

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

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

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

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

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