#536783

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

Shades of Wedgewood #536783

Tints of Wedgewood #536783

Color information

#536783 (or 0x536783) is unknown color: approx Wedgewood. HEX triplet: 53, 67 and 83. RGB value is (83,103,131). Sum of RGB (Red+Green+Blue) = 83+103+131=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 131 - color contains mainly: blue. Hex color #536783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536783 is #AC987C. Grayscale: #646464. Windows color (decimal): -11311229 or 8611667. OLE color: 8611667.

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

Color convert

RGB83103131-
CMYK0.370.2100.49
HSL215º22.43%41.96%-
HSV(B)215º36.64%51.37%-
XYZ12.5113.1823.36-
YUV100.21145.37115.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.18%
GREEN value IS 103 (40.62% from 255) = 32.49%
BLUE value IS 131 (51.56% from 255) = 41.32%
R=26.18%
G=32.49%
B=41.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831031310.370.2100.4921522.4341.96
Hex5367832515031d7162a
Octal12314720345250613272652
Binary10100111100111100000111001011010101100011101011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536783; }

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

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

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

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

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

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

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

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