#526884

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

Shades of Wedgewood #526884

Tints of Wedgewood #526884

Color information

#526884 (or 0x526884) is unknown color: approx Wedgewood. HEX triplet: 52, 68 and 84. RGB value is (82,104,132). Sum of RGB (Red+Green+Blue) = 82+104+132=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #526884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526884 is #AD977B. Grayscale: #646464. Windows color (decimal): -11376508 or 8677458. OLE color: 8677458.

HSL color Cylindrical-coordinate representation of color #526884: hue angle of 213.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #526884 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB82104132-
CMYK0.380.2100.48
HSL213.6º23.36%41.96%-
HSV(B)213.6º37.88%51.76%-
XYZ12.5913.3623.74-
YUV100.61145.71114.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 104 (41.02% from 255) = 32.70%
BLUE value IS 132 (51.95% from 255) = 41.51%
R=25.79%
G=32.70%
B=41.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821041320.380.2100.48213.623.3641.96
Hex5268842615030d6172a
Octal12215020446250603262752
Binary10100101101000100001001001101010101100001101011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526884; }

 p { color: rgb(82,104,132); }

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

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

 a { background-color: rgb(82,104,132); }

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

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

 span { border-color: rgb(82,104,132); }

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