#536982

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

Shades of Wedgewood #536982

Tints of Wedgewood #536982

Color information

#536982 (or 0x536982) is unknown color: approx Wedgewood. HEX triplet: 53, 69 and 82. RGB value is (83,105,130). Sum of RGB (Red+Green+Blue) = 83+105+130=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #536982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536982 is #AC967D. Grayscale: #656565. Windows color (decimal): -11310718 or 8546643. OLE color: 8546643.

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

Color convert

RGB83105130-
CMYK0.360.1900.49
HSL211.91º22.07%41.76%-
HSV(B)211.91º36.15%50.98%-
XYZ12.6513.5523.07-
YUV101.27144.21114.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.10%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 130 (51.17% from 255) = 40.88%
R=26.10%
G=33.02%
B=40.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831051300.360.1900.49211.9122.0741.76
Hex5369822413031d4162a
Octal12315120244230613242652
Binary10100111101001100000101001001001101100011101010010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536982; }

 p { color: rgb(83,105,130); }

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

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

 a { background-color: rgb(83,105,130); }

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

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

 span { border-color: rgb(83,105,130); }

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