#536D84

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

Shades of Wedgewood #536D84

Tints of Wedgewood #536D84

Color information

#536D84 (or 0x536D84) is unknown color: approx Wedgewood. HEX triplet: 53, 6D and 84. RGB value is (83,109,132). Sum of RGB (Red+Green+Blue) = 83+109+132=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #536D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536D84 is #AC927B. Grayscale: #676767. Windows color (decimal): -11309692 or 8678739. OLE color: 8678739.

HSL color Cylindrical-coordinate representation of color #536D84: hue angle of 208.16º 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 #536D84 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB83109132-
CMYK0.370.1700.48
HSL208.16º22.79%42.16%-
HSV(B)208.16º37.12%51.76%-
XYZ13.214.4423.92-
YUV103.85143.89113.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 109 (42.97% from 255) = 33.64%
BLUE value IS 132 (51.95% from 255) = 40.74%
R=25.62%
G=33.64%
B=40.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831091320.370.1700.48208.1622.7942.16
Hex536D842511030d0172a
Octal12315520445210603202752
Binary10100111101101100001001001011000101100001101000010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536D84; }

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

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

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

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

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

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

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

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