#526682

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

Shades of Wedgewood #526682

Tints of Wedgewood #526682

Color information

#526682 (or 0x526682) is unknown color: approx Wedgewood. HEX triplet: 52, 66 and 82. RGB value is (82,102,130). Sum of RGB (Red+Green+Blue) = 82+102+130=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #526682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526682 is #AD997D. Grayscale: #636363. Windows color (decimal): -11377022 or 8545874. OLE color: 8545874.

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

Color convert

RGB82102130-
CMYK0.370.2200.49
HSL215º22.64%41.57%-
HSV(B)215º36.92%50.98%-
XYZ12.2612.9122.96-
YUV99.21145.37115.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 102 (40.23% from 255) = 32.48%
BLUE value IS 130 (51.17% from 255) = 41.40%
R=26.11%
G=32.48%
B=41.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821021300.370.2200.4921522.6441.57
Hex5266822516031d7172a
Octal12214620245260613272752
Binary10100101100110100000101001011011001100011101011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526682; }

 p { color: rgb(82,102,130); }

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

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

 a { background-color: rgb(82,102,130); }

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

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

 span { border-color: rgb(82,102,130); }

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