#527490

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

Shades of Wedgewood #527490

Tints of Wedgewood #527490

Color information

#527490 (or 0x527490) is unknown color: approx Wedgewood. HEX triplet: 52, 74 and 90. RGB value is (82,116,144). Sum of RGB (Red+Green+Blue) = 82+116+144=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #527490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527490 is #AD8B6F. Grayscale: #6C6C6C. Windows color (decimal): -11373424 or 9466962. OLE color: 9466962.

HSL color Cylindrical-coordinate representation of color #527490: hue angle of 207.1º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #527490 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB82116144-
CMYK0.430.1900.44
HSL207.1º27.43%44.31%-
HSV(B)207.1º43.06%56.47%-
XYZ14.7616.328.75-
YUV109.03147.74108.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 144 (56.64% from 255) = 42.11%
R=23.98%
G=33.92%
B=42.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821161440.430.1900.44207.127.4344.31
Hex5274902B1302Ccf1b2c
Octal12216422053230543173354
Binary10100101110100100100001010111001101011001100111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527490; }

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

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

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

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

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

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

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

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