#526581

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

Shades of Wedgewood #526581

Tints of Wedgewood #526581

Color information

#526581 (or 0x526581) is unknown color: approx Wedgewood. HEX triplet: 52, 65 and 81. RGB value is (82,101,129). Sum of RGB (Red+Green+Blue) = 82+101+129=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: blue. Hex color #526581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526581 is #AD9A7E. Grayscale: #626262. Windows color (decimal): -11377279 or 8480082. OLE color: 8480082.

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

Color convert

RGB82101129-
CMYK0.360.2200.49
HSL215.74º22.27%41.37%-
HSV(B)215.74º36.43%50.59%-
XYZ12.112.6922.58-
YUV98.51145.21116.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 129 (50.78% from 255) = 41.35%
R=26.28%
G=32.37%
B=41.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821011290.360.2200.49215.7422.2741.37
Hex5265812416031d81629
Octal12214520144260613302651
Binary10100101100101100000011001001011001100011101100010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526581; }

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

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

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

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

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

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

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

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