#527590

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

Shades of Wedgewood #527590

Tints of Wedgewood #527590

Color information

#527590 (or 0x527590) is unknown color: approx Wedgewood. HEX triplet: 52, 75 and 90. RGB value is (82,117,144). Sum of RGB (Red+Green+Blue) = 82+117+144=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #527590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527590 is #AD8A6F. Grayscale: #6D6D6D. Windows color (decimal): -11373168 or 9467218. OLE color: 9467218.

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

Color convert

RGB82117144-
CMYK0.430.1900.44
HSL206.13º27.43%44.31%-
HSV(B)206.13º43.06%56.47%-
XYZ14.8816.5328.79-
YUV109.61147.4108.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.91%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 144 (56.64% from 255) = 41.98%
R=23.91%
G=34.11%
B=41.98%

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
Decimal821171440.430.1900.44206.1327.4344.31
Hex5275902B1302Cce1b2c
Octal12216522053230543163354
Binary10100101110101100100001010111001101011001100111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527590; }

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

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

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

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

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

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

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

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