#536D87

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

Shades of Wedgewood #536D87

Tints of Wedgewood #536D87

Color information

#536D87 (or 0x536D87) is unknown color: approx Wedgewood. HEX triplet: 53, 6D and 87. RGB value is (83,109,135). Sum of RGB (Red+Green+Blue) = 83+109+135=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #536D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536D87 is #AC9278. Grayscale: #686868. Windows color (decimal): -11309689 or 8875347. OLE color: 8875347.

HSL color Cylindrical-coordinate representation of color #536D87: hue angle of 210º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #536D87 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB83109135-
CMYK0.390.1900.47
HSL210º23.85%42.75%-
HSV(B)210º38.52%52.94%-
XYZ13.4114.5325.02-
YUV104.19145.39112.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 109 (42.97% from 255) = 33.33%
BLUE value IS 135 (53.12% from 255) = 41.28%
R=25.38%
G=33.33%
B=41.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831091350.390.1900.4721023.8542.75
Hex536D87271302Fd2182b
Octal12315520747230573223053
Binary10100111101101100001111001111001101011111101001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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