#527690

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

Shades of Wedgewood #527690

Tints of Wedgewood #527690

Color information

#527690 (or 0x527690) is unknown color: approx Wedgewood. HEX triplet: 52, 76 and 90. RGB value is (82,118,144). Sum of RGB (Red+Green+Blue) = 82+118+144=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #527690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527690 is #AD896F. Grayscale: #6E6E6E. Windows color (decimal): -11372912 or 9467474. OLE color: 9467474.

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

Color convert

RGB82118144-
CMYK0.430.1800.44
HSL205.16º27.43%44.31%-
HSV(B)205.16º43.06%56.47%-
XYZ14.9916.7628.83-
YUV110.2147.07107.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.84%
GREEN value IS 118 (46.48% from 255) = 34.30%
BLUE value IS 144 (56.64% from 255) = 41.86%
R=23.84%
G=34.30%
B=41.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821181440.430.1800.44205.1627.4344.31
Hex5276902B1202Ccd1b2c
Octal12216622053220543153354
Binary10100101110110100100001010111001001011001100110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527690; }

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

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

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

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

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

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

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

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