#537591

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

Shades of Wedgewood #537591

Tints of Wedgewood #537591

Color information

#537591 (or 0x537591) is unknown color: approx Wedgewood. HEX triplet: 53, 75 and 91. RGB value is (83,117,145). Sum of RGB (Red+Green+Blue) = 83+117+145=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #537591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537591 is #AC8A6E. Grayscale: #6D6D6D. Windows color (decimal): -11307631 or 9532755. OLE color: 9532755.

HSL color Cylindrical-coordinate representation of color #537591: hue angle of 207.1º 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 #537591 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB83117145-
CMYK0.430.1900.43
HSL207.1º27.19%44.71%-
HSV(B)207.1º42.76%56.86%-
XYZ15.0416.6129.2-
YUV110.03147.74108.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.06%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 145 (57.03% from 255) = 42.03%
R=24.06%
G=33.91%
B=42.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831171450.430.1900.43207.127.1944.71
Hex5375912B1302Bcf1b2d
Octal12316522153230533173355
Binary10100111110101100100011010111001101010111100111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537591; }

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

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

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

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

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

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

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

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