#526580

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

Shades of Wedgewood #526580

Tints of Wedgewood #526580

Color information

#526580 (or 0x526580) is unknown color: approx Wedgewood. HEX triplet: 52, 65 and 80. RGB value is (82,101,128). Sum of RGB (Red+Green+Blue) = 82+101+128=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #526580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526580 is #AD9A7F. Grayscale: #626262. Windows color (decimal): -11377280 or 8414546. OLE color: 8414546.

HSL color Cylindrical-coordinate representation of color #526580: hue angle of 215.22º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #526580 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB82101128-
CMYK0.360.2100.50
HSL215.22º21.9%41.18%-
HSV(B)215.22º35.94%50.2%-
XYZ12.0312.6622.23-
YUV98.4144.71116.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 101 (39.84% from 255) = 32.48%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=26.37%
G=32.48%
B=41.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal821011280.360.2100.50215.2221.941.18
Hex5265802415032d71629
Octal12214520044250623272651
Binary10100101100101100000001001001010101100101101011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526580; }

 p { color: rgb(82,101,128); }

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

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

 a { background-color: rgb(82,101,128); }

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

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

 span { border-color: rgb(82,101,128); }

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