#5372A0

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

Shades of San Marino #5372A0

Tints of San Marino #5372A0

Color information

#5372A0 (or 0x5372A0) is unknown color: approx San Marino. HEX triplet: 53, 72 and A0. RGB value is (83,114,160). Sum of RGB (Red+Green+Blue) = 83+114+160=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 160 - color contains mainly: blue. Hex color #5372A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5372A0 is #AC8D5F. Grayscale: #6D6D6D. Windows color (decimal): -11308384 or 10515027. OLE color: 10515027.

HSL color Cylindrical-coordinate representation of color #5372A0: hue angle of 215.84º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5372A0 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB83114160-
CMYK0.480.2900.37
HSL215.84º31.69%47.65%-
HSV(B)215.84º48.12%62.75%-
XYZ15.9316.4135.59-
YUV109.98156.23108.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.25%
GREEN value IS 114 (44.92% from 255) = 31.93%
BLUE value IS 160 (62.89% from 255) = 44.82%
R=23.25%
G=31.93%
B=44.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal831141600.480.2900.37215.8431.6947.65
Hex5372A0301D025d82030
Octal12316224060350453304060
Binary101001111100101010000011000011101010010111011000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5372A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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