#526E81

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

Shades of Wedgewood #526E81

Tints of Wedgewood #526E81

Color information

#526E81 (or 0x526E81) is unknown color: approx Wedgewood. HEX triplet: 52, 6E and 81. RGB value is (82,110,129). Sum of RGB (Red+Green+Blue) = 82+110+129=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 129 - color contains mainly: blue. Hex color #526E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E81 is #AD917E. Grayscale: #676767. Windows color (decimal): -11374975 or 8482386. OLE color: 8482386.

HSL color Cylindrical-coordinate representation of color #526E81: hue angle of 204.26º 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 #526E81 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB82110129-
CMYK0.360.1500.49
HSL204.26º22.27%41.37%-
HSV(B)204.26º36.43%50.59%-
XYZ13.0214.5322.89-
YUV103.79142.22112.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.55%
GREEN value IS 110 (43.36% from 255) = 34.27%
BLUE value IS 129 (50.78% from 255) = 40.19%
R=25.55%
G=34.27%
B=40.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821101290.360.1500.49204.2622.2741.37
Hex526E8124F031cc1629
Octal12215620144170613142651
Binary1010010110111010000001100100111101100011100110010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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