#537186

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

Shades of Wedgewood #537186

Tints of Wedgewood #537186

Color information

#537186 (or 0x537186) is unknown color: approx Wedgewood. HEX triplet: 53, 71 and 86. RGB value is (83,113,134). Sum of RGB (Red+Green+Blue) = 83+113+134=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 134 - color contains mainly: blue. Hex color #537186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537186 is #AC8E79. Grayscale: #6A6A6A. Windows color (decimal): -11308666 or 8810835. OLE color: 8810835.

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

Color convert

RGB83113134-
CMYK0.380.1600.47
HSL204.71º23.5%42.55%-
HSV(B)204.71º38.06%52.55%-
XYZ13.7815.3724.8-
YUV106.42143.56111.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.15%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 134 (52.73% from 255) = 40.61%
R=25.15%
G=34.24%
B=40.61%

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
Decimal831131340.380.1600.47204.7123.542.55
Hex537186261002Fcd182b
Octal12316120646200573153053
Binary10100111110001100001101001101000001011111100110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537186; }

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

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

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

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

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

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

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

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