#526984

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

Shades of Wedgewood #526984

Tints of Wedgewood #526984

Color information

#526984 (or 0x526984) is unknown color: approx Wedgewood. HEX triplet: 52, 69 and 84. RGB value is (82,105,132). Sum of RGB (Red+Green+Blue) = 82+105+132=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #526984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526984 is #AD967B. Grayscale: #656565. Windows color (decimal): -11376252 or 8677714. OLE color: 8677714.

HSL color Cylindrical-coordinate representation of color #526984: hue angle of 212.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #526984 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB82105132-
CMYK0.380.2000.48
HSL212.4º23.36%41.96%-
HSV(B)212.4º37.88%51.76%-
XYZ12.713.5623.78-
YUV101.2145.38114.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 105 (41.41% from 255) = 32.92%
BLUE value IS 132 (51.95% from 255) = 41.38%
R=25.71%
G=32.92%
B=41.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821051320.380.2000.48212.423.3641.96
Hex5269842614030d4172a
Octal12215120446240603242752
Binary10100101101001100001001001101010001100001101010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526984; }

 p { color: rgb(82,105,132); }

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

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

 a { background-color: rgb(82,105,132); }

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

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

 span { border-color: rgb(82,105,132); }

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