#526882

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

Shades of Wedgewood #526882

Tints of Wedgewood #526882

Color information

#526882 (or 0x526882) is unknown color: approx Wedgewood. HEX triplet: 52, 68 and 82. RGB value is (82,104,130). Sum of RGB (Red+Green+Blue) = 82+104+130=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #526882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526882 is #AD977D. Grayscale: #646464. Windows color (decimal): -11376510 or 8546386. OLE color: 8546386.

HSL color Cylindrical-coordinate representation of color #526882: hue angle of 212.5º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #526882 is Cyan = 0.37, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB82104130-
CMYK0.370.200.49
HSL212.5º22.64%41.57%-
HSV(B)212.5º36.92%50.98%-
XYZ12.4613.3123.03-
YUV100.39144.71114.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 104 (41.02% from 255) = 32.91%
BLUE value IS 130 (51.17% from 255) = 41.14%
R=25.95%
G=32.91%
B=41.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821041300.370.200.49212.522.6441.57
Hex5268822514031d4172a
Octal12215020245240613242752
Binary10100101101000100000101001011010001100011101010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526882; }

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

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

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

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

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

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

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

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