#527087

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

Shades of Wedgewood #527087

Tints of Wedgewood #527087

Color information

#527087 (or 0x527087) is unknown color: approx Wedgewood. HEX triplet: 52, 70 and 87. RGB value is (82,112,135). Sum of RGB (Red+Green+Blue) = 82+112+135=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 135 - color contains mainly: blue. Hex color #527087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527087 is #AD8F78. Grayscale: #696969. Windows color (decimal): -11374457 or 8876114. OLE color: 8876114.

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

Color convert

RGB82112135-
CMYK0.390.1700.47
HSL206.04º24.42%42.55%-
HSV(B)206.04º39.26%52.94%-
XYZ13.6515.1325.12-
YUV105.65144.56111.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 135 (53.12% from 255) = 41.03%
R=24.92%
G=34.04%
B=41.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821121350.390.1700.47206.0424.4242.55
Hex527087271102Fce182b
Octal12216020747210573163053
Binary10100101110000100001111001111000101011111100111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527087; }

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

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

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

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

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

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

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

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