#537791

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

Shades of Wedgewood #537791

Tints of Wedgewood #537791

Color information

#537791 (or 0x537791) is unknown color: approx Wedgewood. HEX triplet: 53, 77 and 91. RGB value is (83,119,145). Sum of RGB (Red+Green+Blue) = 83+119+145=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #537791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537791 is #AC886E. Grayscale: #6F6F6F. Windows color (decimal): -11307119 or 9533267. OLE color: 9533267.

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

Color convert

RGB83119145-
CMYK0.430.1800.43
HSL205.16º27.19%44.71%-
HSV(B)205.16º42.76%56.86%-
XYZ15.2717.0829.28-
YUV111.2147.07107.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 145 (57.03% from 255) = 41.79%
R=23.92%
G=34.29%
B=41.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831191450.430.1800.43205.1627.1944.71
Hex5377912B1202Bcd1b2d
Octal12316722153220533153355
Binary10100111110111100100011010111001001010111100110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537791; }

 p { color: rgb(83,119,145); }

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

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

 a { background-color: rgb(83,119,145); }

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

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

 span { border-color: rgb(83,119,145); }

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