#537690

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

Shades of Wedgewood #537690

Tints of Wedgewood #537690

Color information

#537690 (or 0x537690) is unknown color: approx Wedgewood. HEX triplet: 53, 76 and 90. RGB value is (83,118,144). Sum of RGB (Red+Green+Blue) = 83+118+144=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #537690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537690 is #AC896F. Grayscale: #6E6E6E. Windows color (decimal): -11307376 or 9467475. OLE color: 9467475.

HSL color Cylindrical-coordinate representation of color #537690: hue angle of 205.57º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #537690 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB83118144-
CMYK0.420.1800.44
HSL205.57º26.87%44.51%-
HSV(B)205.57º42.36%56.47%-
XYZ15.0816.8128.84-
YUV110.5146.9108.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.06%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 144 (56.64% from 255) = 41.74%
R=24.06%
G=34.20%
B=41.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831181440.420.1800.44205.5726.8744.51
Hex5376902A1202Cce1b2d
Octal12316622052220543163355
Binary10100111110110100100001010101001001011001100111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537690; }

 p { color: rgb(83,118,144); }

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

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

 a { background-color: rgb(83,118,144); }

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

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

 span { border-color: rgb(83,118,144); }

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