#526B80

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

Shades of Wedgewood #526B80

Tints of Wedgewood #526B80

Color information

#526B80 (or 0x526B80) is unknown color: approx Wedgewood. HEX triplet: 52, 6B and 80. RGB value is (82,107,128). Sum of RGB (Red+Green+Blue) = 82+107+128=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 128 - color contains mainly: blue. Hex color #526B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526B80 is #AD947F. Grayscale: #656565. Windows color (decimal): -11375744 or 8416082. OLE color: 8416082.

HSL color Cylindrical-coordinate representation of color #526B80: hue angle of 207.39º 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 #526B80 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB82107128-
CMYK0.360.1600.50
HSL207.39º21.9%41.18%-
HSV(B)207.39º35.94%50.2%-
XYZ12.6313.8722.43-
YUV101.92142.72113.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.87%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 128 (50.39% from 255) = 40.38%
R=25.87%
G=33.75%
B=40.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal821071280.360.1600.50207.3921.941.18
Hex526B802410032cf1629
Octal12215320044200623172651
Binary10100101101011100000001001001000001100101100111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526B80; }

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

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

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

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

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

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

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

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