#527089

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

Shades of Wedgewood #527089

Tints of Wedgewood #527089

Color information

#527089 (or 0x527089) is unknown color: approx Wedgewood. HEX triplet: 52, 70 and 89. RGB value is (82,112,137). Sum of RGB (Red+Green+Blue) = 82+112+137=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 137 - color contains mainly: blue. Hex color #527089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527089 is #AD8F76. Grayscale: #696969. Windows color (decimal): -11374455 or 9007186. OLE color: 9007186.

HSL color Cylindrical-coordinate representation of color #527089: hue angle of 207.27º 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 #527089 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB82112137-
CMYK0.400.1800.46
HSL207.27º25.11%42.94%-
HSV(B)207.27º40.15%53.73%-
XYZ13.7915.1925.87-
YUV105.88145.56110.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 137 (53.91% from 255) = 41.39%
R=24.77%
G=33.84%
B=41.39%

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
Decimal821121370.400.1800.46207.2725.1142.94
Hex527089281202Ecf192b
Octal12216021150220563173153
Binary10100101110000100010011010001001001011101100111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527089; }

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

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

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

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

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

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

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

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