#526B87

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

Shades of Wedgewood #526B87

Tints of Wedgewood #526B87

Color information

#526B87 (or 0x526B87) is unknown color: approx Wedgewood. HEX triplet: 52, 6B and 87. RGB value is (82,107,135). Sum of RGB (Red+Green+Blue) = 82+107+135=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 135 - color contains mainly: blue. Hex color #526B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526B87 is #AD9478. Grayscale: #666666. Windows color (decimal): -11375737 or 8874834. OLE color: 8874834.

HSL color Cylindrical-coordinate representation of color #526B87: hue angle of 211.7º 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 #526B87 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB82107135-
CMYK0.390.2100.47
HSL211.7º24.42%42.55%-
HSV(B)211.7º39.26%52.94%-
XYZ13.1114.0624.94-
YUV102.72146.22113.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 107 (42.19% from 255) = 33.02%
BLUE value IS 135 (53.12% from 255) = 41.67%
R=25.31%
G=33.02%
B=41.67%

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
Decimal821071350.390.2100.47211.724.4242.55
Hex526B87271502Fd4182b
Octal12215320747250573243053
Binary10100101101011100001111001111010101011111101010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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