#526781

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

Shades of Wedgewood #526781

Tints of Wedgewood #526781

Color information

#526781 (or 0x526781) is unknown color: approx Wedgewood. HEX triplet: 52, 67 and 81. RGB value is (82,103,129). Sum of RGB (Red+Green+Blue) = 82+103+129=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: blue. Hex color #526781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526781 is #AD987E. Grayscale: #636363. Windows color (decimal): -11376767 or 8480594. OLE color: 8480594.

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

Color convert

RGB82103129-
CMYK0.360.2000.49
HSL213.19º22.27%41.37%-
HSV(B)213.19º36.43%50.59%-
XYZ12.2913.0822.65-
YUV99.68144.54115.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 103 (40.62% from 255) = 32.80%
BLUE value IS 129 (50.78% from 255) = 41.08%
R=26.11%
G=32.80%
B=41.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821031290.360.2000.49213.1922.2741.37
Hex5267812414031d51629
Octal12214720144240613252651
Binary10100101100111100000011001001010001100011101010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526781; }

 p { color: rgb(82,103,129); }

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

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

 a { background-color: rgb(82,103,129); }

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

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

 span { border-color: rgb(82,103,129); }

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