#527489

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

Shades of Wedgewood #527489

Tints of Wedgewood #527489

Color information

#527489 (or 0x527489) is unknown color: approx Wedgewood. HEX triplet: 52, 74 and 89. RGB value is (82,116,137). Sum of RGB (Red+Green+Blue) = 82+116+137=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #527489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527489 is #AD8B76. Grayscale: #6C6C6C. Windows color (decimal): -11373431 or 9008210. OLE color: 9008210.

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

Color convert

RGB82116137-
CMYK0.400.1500.46
HSL202.91º25.11%42.94%-
HSV(B)202.91º40.15%53.73%-
XYZ14.2416.0926.02-
YUV108.23144.24109.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 137 (53.91% from 255) = 40.90%
R=24.48%
G=34.63%
B=40.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821161370.400.1500.46202.9125.1142.94
Hex52748928F02Ecb192b
Octal12216421150170563133153
Binary1010010111010010001001101000111101011101100101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527489; }

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

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

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

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

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

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

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

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