#526985

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

Shades of Wedgewood #526985

Tints of Wedgewood #526985

Color information

#526985 (or 0x526985) is unknown color: approx Wedgewood. HEX triplet: 52, 69 and 85. RGB value is (82,105,133). Sum of RGB (Red+Green+Blue) = 82+105+133=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #526985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526985 is #AD967A. Grayscale: #656565. Windows color (decimal): -11376251 or 8743250. OLE color: 8743250.

HSL color Cylindrical-coordinate representation of color #526985: hue angle of 212.94º degrees, saturation: 0.24, 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 #526985 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB82105133-
CMYK0.380.2100.48
HSL212.94º23.72%42.16%-
HSV(B)212.94º38.35%52.16%-
XYZ12.7613.5924.14-
YUV101.32145.88114.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 105 (41.41% from 255) = 32.81%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=25.62%
G=32.81%
B=41.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821051330.380.2100.48212.9423.7242.16
Hex5269852615030d5182a
Octal12215120546250603253052
Binary10100101101001100001011001101010101100001101010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526985; }

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

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

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

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

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

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

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

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