#537086

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

Shades of Wedgewood #537086

Tints of Wedgewood #537086

Color information

#537086 (or 0x537086) is unknown color: approx Wedgewood. HEX triplet: 53, 70 and 86. RGB value is (83,112,134). Sum of RGB (Red+Green+Blue) = 83+112+134=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 134 - color contains mainly: blue. Hex color #537086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537086 is #AC8F79. Grayscale: #696969. Windows color (decimal): -11308922 or 8810579. OLE color: 8810579.

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

Color convert

RGB83112134-
CMYK0.380.1600.47
HSL205.88º23.5%42.55%-
HSV(B)205.88º38.06%52.55%-
XYZ13.6615.1524.76-
YUV105.84143.89111.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 134 (52.73% from 255) = 40.73%
R=25.23%
G=34.04%
B=40.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831121340.380.1600.47205.8823.542.55
Hex537086261002Fce182b
Octal12316020646200573163053
Binary10100111110000100001101001101000001011111100111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537086; }

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

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

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

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

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

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

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

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