#526A87

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

Shades of Wedgewood #526A87

Tints of Wedgewood #526A87

Color information

#526A87 (or 0x526A87) is unknown color: approx Wedgewood. HEX triplet: 52, 6A and 87. RGB value is (82,106,135). Sum of RGB (Red+Green+Blue) = 82+106+135=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 135 - color contains mainly: blue. Hex color #526A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526A87 is #AD9578. Grayscale: #656565. Windows color (decimal): -11375993 or 8874578. OLE color: 8874578.

HSL color Cylindrical-coordinate representation of color #526A87: hue angle of 212.83º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #526A87 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB82106135-
CMYK0.390.2100.47
HSL212.83º24.42%42.55%-
HSV(B)212.83º39.26%52.94%-
XYZ13.0113.8524.91-
YUV102.13146.55113.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.39%
GREEN value IS 106 (41.80% from 255) = 32.82%
BLUE value IS 135 (53.12% from 255) = 41.80%
R=25.39%
G=32.82%
B=41.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821061350.390.2100.47212.8324.4242.55
Hex526A87271502Fd5182b
Octal12215220747250573253053
Binary10100101101010100001111001111010101011111101010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526A87; }

 p { color: rgb(82,106,135); }

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

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

 a { background-color: rgb(82,106,135); }

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

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

 span { border-color: rgb(82,106,135); }

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