#527189

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

Shades of Wedgewood #527189

Tints of Wedgewood #527189

Color information

#527189 (or 0x527189) is unknown color: approx Wedgewood. HEX triplet: 52, 71 and 89. RGB value is (82,113,137). Sum of RGB (Red+Green+Blue) = 82+113+137=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #527189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527189 is #AD8E76. Grayscale: #6A6A6A. Windows color (decimal): -11374199 or 9007442. OLE color: 9007442.

HSL color Cylindrical-coordinate representation of color #527189: hue angle of 206.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527189 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB82113137-
CMYK0.400.1800.46
HSL206.18º25.11%42.94%-
HSV(B)206.18º40.15%53.73%-
XYZ13.915.4125.91-
YUV106.47145.23110.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 137 (53.91% from 255) = 41.27%
R=24.70%
G=34.04%
B=41.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821131370.400.1800.46206.1825.1142.94
Hex527189281202Ece192b
Octal12216121150220563163153
Binary10100101110001100010011010001001001011101100111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527189; }

 p { color: rgb(82,113,137); }

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

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

 a { background-color: rgb(82,113,137); }

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

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

 span { border-color: rgb(82,113,137); }

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