#526986

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

Shades of Wedgewood #526986

Tints of Wedgewood #526986

Color information

#526986 (or 0x526986) is unknown color: approx Wedgewood. HEX triplet: 52, 69 and 86. RGB value is (82,105,134). Sum of RGB (Red+Green+Blue) = 82+105+134=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 134 - color contains mainly: blue. Hex color #526986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526986 is #AD9679. Grayscale: #656565. Windows color (decimal): -11376250 or 8808786. OLE color: 8808786.

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

Color convert

RGB82105134-
CMYK0.390.2200.47
HSL213.46º24.07%42.35%-
HSV(B)213.46º38.81%52.55%-
XYZ12.8313.6224.51-
YUV101.43146.38114.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.55%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=25.55%
G=32.71%
B=41.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821051340.390.2200.47213.4624.0742.35
Hex526986271602Fd5182a
Octal12215120647260573253052
Binary10100101101001100001101001111011001011111101010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526986; }

 p { color: rgb(82,105,134); }

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

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

 a { background-color: rgb(82,105,134); }

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

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

 span { border-color: rgb(82,105,134); }

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