#536984

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

Shades of Wedgewood #536984

Tints of Wedgewood #536984

Color information

#536984 (or 0x536984) is unknown color: approx Wedgewood. HEX triplet: 53, 69 and 84. RGB value is (83,105,132). Sum of RGB (Red+Green+Blue) = 83+105+132=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #536984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536984 is #AC967B. Grayscale: #656565. Windows color (decimal): -11310716 or 8677715. OLE color: 8677715.

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

Color convert

RGB83105132-
CMYK0.370.2000.48
HSL213.06º22.79%42.16%-
HSV(B)213.06º37.12%51.76%-
XYZ12.7813.6123.78-
YUV101.5145.21114.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 105 (41.41% from 255) = 32.81%
BLUE value IS 132 (51.95% from 255) = 41.25%
R=25.94%
G=32.81%
B=41.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831051320.370.2000.48213.0622.7942.16
Hex5369842514030d5172a
Octal12315120445240603252752
Binary10100111101001100001001001011010001100001101010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536984; }

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

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

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

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

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

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

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

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