#526E84

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

Shades of Wedgewood #526E84

Tints of Wedgewood #526E84

Color information

#526E84 (or 0x526E84) is unknown color: approx Wedgewood. HEX triplet: 52, 6E and 84. RGB value is (82,110,132). Sum of RGB (Red+Green+Blue) = 82+110+132=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #526E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E84 is #AD917B. Grayscale: #686868. Windows color (decimal): -11374972 or 8678994. OLE color: 8678994.

HSL color Cylindrical-coordinate representation of color #526E84: hue angle of 206.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #526E84 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB82110132-
CMYK0.380.1700.48
HSL206.4º23.36%41.96%-
HSV(B)206.4º37.88%51.76%-
XYZ13.2214.6123.95-
YUV104.14143.72112.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 132 (51.95% from 255) = 40.74%
R=25.31%
G=33.95%
B=40.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821101320.380.1700.48206.423.3641.96
Hex526E842611030ce172a
Octal12215620446210603162752
Binary10100101101110100001001001101000101100001100111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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