#527082

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

Shades of Wedgewood #527082

Tints of Wedgewood #527082

Color information

#527082 (or 0x527082) is unknown color: approx Wedgewood. HEX triplet: 52, 70 and 82. RGB value is (82,112,130). Sum of RGB (Red+Green+Blue) = 82+112+130=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #527082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527082 is #AD8F7D. Grayscale: #686868. Windows color (decimal): -11374462 or 8548434. OLE color: 8548434.

HSL color Cylindrical-coordinate representation of color #527082: hue angle of 202.5º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #527082 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB82112130-
CMYK0.370.1400.49
HSL202.5º22.64%41.57%-
HSV(B)202.5º36.92%50.98%-
XYZ13.314.9923.31-
YUV105.08142.06111.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 112 (44.14% from 255) = 34.57%
BLUE value IS 130 (51.17% from 255) = 40.12%
R=25.31%
G=34.57%
B=40.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821121300.370.1400.49202.522.6441.57
Hex52708225E031ca172a
Octal12216020245160613122752
Binary1010010111000010000010100101111001100011100101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527082; }

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

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

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

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

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

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

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

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