#537182

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

Shades of Wedgewood #537182

Tints of Wedgewood #537182

Color information

#537182 (or 0x537182) is unknown color: approx Wedgewood. HEX triplet: 53, 71 and 82. RGB value is (83,113,130). Sum of RGB (Red+Green+Blue) = 83+113+130=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 130 - color contains mainly: blue. Hex color #537182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537182 is #AC8E7D. Grayscale: #696969. Windows color (decimal): -11308670 or 8548691. OLE color: 8548691.

HSL color Cylindrical-coordinate representation of color #537182: hue angle of 201.7º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #537182 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB83113130-
CMYK0.360.1300.49
HSL201.7º22.07%41.76%-
HSV(B)201.7º36.15%50.98%-
XYZ13.515.2623.35-
YUV105.97141.56111.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.46%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 130 (51.17% from 255) = 39.88%
R=25.46%
G=34.66%
B=39.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831131300.360.1300.49201.722.0741.76
Hex53718224D031ca162a
Octal12316120244150613122652
Binary1010011111000110000010100100110101100011100101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537182; }

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

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

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

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

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

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

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

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