#537087

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

Shades of Wedgewood #537087

Tints of Wedgewood #537087

Color information

#537087 (or 0x537087) is unknown color: approx Wedgewood. HEX triplet: 53, 70 and 87. RGB value is (83,112,135). Sum of RGB (Red+Green+Blue) = 83+112+135=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 135 - color contains mainly: blue. Hex color #537087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537087 is #AC8F78. Grayscale: #696969. Windows color (decimal): -11308921 or 8876115. OLE color: 8876115.

HSL color Cylindrical-coordinate representation of color #537087: hue angle of 206.54º 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 #537087 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB83112135-
CMYK0.390.1700.47
HSL206.54º23.85%42.75%-
HSV(B)206.54º38.52%52.94%-
XYZ13.7315.1825.13-
YUV105.95144.39111.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.15%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 135 (53.12% from 255) = 40.91%
R=25.15%
G=33.94%
B=40.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831121350.390.1700.47206.5423.8542.75
Hex537087271102Fcf182b
Octal12316020747210573173053
Binary10100111110000100001111001111000101011111100111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537087; }

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

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

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

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

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

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

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

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