#5372AA

Color #5372AA San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #5372AA

Tints of San Marino #5372AA

Color information

#5372AA (or 0x5372AA) is unknown color: approx San Marino. HEX triplet: 53, 72 and AA. RGB value is (83,114,170). Sum of RGB (Red+Green+Blue) = 83+114+170=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #5372AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5372AA is #AC8D55. Grayscale: #6E6E6E. Windows color (decimal): -11308374 or 11170387. OLE color: 11170387.

HSL color Cylindrical-coordinate representation of color #5372AA: hue angle of 218.62º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5372AA is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83114170-
CMYK0.510.3300.33
HSL218.62º34.39%49.61%-
HSV(B)218.62º51.18%66.67%-
XYZ16.8416.7840.38-
YUV111.11161.23107.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.62%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 170 (66.80% from 255) = 46.32%
R=22.62%
G=31.06%
B=46.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831141700.510.3300.33218.6234.3949.61
Hex5372AA3321021db2232
Octal12316225263410413334262
Binary1010011111001010101010110011100001010000111011011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5372AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5372AA; }

 p { color: rgb(83,114,170); }

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

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

 a { background-color: rgb(83,114,170); }

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

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

 span { border-color: rgb(83,114,170); }

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