#526480

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

Shades of Wedgewood #526480

Tints of Wedgewood #526480

Color information

#526480 (or 0x526480) is unknown color: approx Wedgewood. HEX triplet: 52, 64 and 80. RGB value is (82,100,128). Sum of RGB (Red+Green+Blue) = 82+100+128=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #526480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526480 is #AD9B7F. Grayscale: #616161. Windows color (decimal): -11377536 or 8414290. OLE color: 8414290.

HSL color Cylindrical-coordinate representation of color #526480: hue angle of 216.52º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #526480 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB82100128-
CMYK0.360.2200.50
HSL216.52º21.9%41.18%-
HSV(B)216.52º35.94%50.2%-
XYZ11.9312.4722.2-
YUV97.81145.04116.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 128 (50.39% from 255) = 41.29%
R=26.45%
G=32.26%
B=41.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal821001280.360.2200.50216.5221.941.18
Hex5264802416032d91629
Octal12214420044260623312651
Binary10100101100100100000001001001011001100101101100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526480; }

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

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

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

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

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

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

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

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