#527086

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

Shades of Wedgewood #527086

Tints of Wedgewood #527086

Color information

#527086 (or 0x527086) is unknown color: approx Wedgewood. HEX triplet: 52, 70 and 86. RGB value is (82,112,134). Sum of RGB (Red+Green+Blue) = 82+112+134=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 134 - color contains mainly: blue. Hex color #527086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527086 is #AD8F79. Grayscale: #696969. Windows color (decimal): -11374458 or 8810578. OLE color: 8810578.

HSL color Cylindrical-coordinate representation of color #527086: hue angle of 205.38º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #527086 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB82112134-
CMYK0.390.1600.47
HSL205.38º24.07%42.35%-
HSV(B)205.38º38.81%52.55%-
XYZ13.5815.124.75-
YUV105.54144.06111.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 134 (52.73% from 255) = 40.85%
R=25%
G=34.15%
B=40.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821121340.390.1600.47205.3824.0742.35
Hex527086271002Fcd182a
Octal12216020647200573153052
Binary10100101110000100001101001111000001011111100110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527086; }

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

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

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

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

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

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

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

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