#527486

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

Shades of Wedgewood #527486

Tints of Wedgewood #527486

Color information

#527486 (or 0x527486) is unknown color: approx Wedgewood. HEX triplet: 52, 74 and 86. RGB value is (82,116,134). Sum of RGB (Red+Green+Blue) = 82+116+134=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #527486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527486 is #AD8B79. Grayscale: #6B6B6B. Windows color (decimal): -11373434 or 8811602. OLE color: 8811602.

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

Color convert

RGB82116134-
CMYK0.390.1300.47
HSL200.77º24.07%42.35%-
HSV(B)200.77º38.81%52.55%-
XYZ14.0316.0124.9-
YUV107.89142.74109.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 134 (52.73% from 255) = 40.36%
R=24.70%
G=34.94%
B=40.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821161340.390.1300.47200.7724.0742.35
Hex52748627D02Fc9182a
Octal12216420647150573113052
Binary1010010111010010000110100111110101011111100100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527486; }

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

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

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

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

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

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

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

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