#536983

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

Shades of Wedgewood #536983

Tints of Wedgewood #536983

Color information

#536983 (or 0x536983) is unknown color: approx Wedgewood. HEX triplet: 53, 69 and 83. RGB value is (83,105,131). Sum of RGB (Red+Green+Blue) = 83+105+131=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 131 - color contains mainly: blue. Hex color #536983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536983 is #AC967C. Grayscale: #656565. Windows color (decimal): -11310717 or 8612179. OLE color: 8612179.

HSL color Cylindrical-coordinate representation of color #536983: hue angle of 212.5º degrees, saturation: 0.22, 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 #536983 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB83105131-
CMYK0.370.2000.49
HSL212.5º22.43%41.96%-
HSV(B)212.5º36.64%51.37%-
XYZ12.7213.5823.42-
YUV101.39144.71114.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 105 (41.41% from 255) = 32.92%
BLUE value IS 131 (51.56% from 255) = 41.07%
R=26.02%
G=32.92%
B=41.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831051310.370.2000.49212.522.4341.96
Hex5369832514031d4162a
Octal12315120345240613242652
Binary10100111101001100000111001011010001100011101010010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536983; }

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

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

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

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

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

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

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

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