#527790

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

Shades of Wedgewood #527790

Tints of Wedgewood #527790

Color information

#527790 (or 0x527790) is unknown color: approx Wedgewood. HEX triplet: 52, 77 and 90. RGB value is (82,119,144). Sum of RGB (Red+Green+Blue) = 82+119+144=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #527790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527790 is #AD886F. Grayscale: #6E6E6E. Windows color (decimal): -11372656 or 9467730. OLE color: 9467730.

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

Color convert

RGB82119144-
CMYK0.430.1700.44
HSL204.19º27.43%44.31%-
HSV(B)204.19º43.06%56.47%-
XYZ15.111728.87-
YUV110.79146.74107.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 144 (56.64% from 255) = 41.74%
R=23.77%
G=34.49%
B=41.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821191440.430.1700.44204.1927.4344.31
Hex5277902B1102Ccc1b2c
Octal12216722053210543143354
Binary10100101110111100100001010111000101011001100110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527790; }

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

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

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

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

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

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

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

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