#5371B2

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

Shades of San Marino #5371B2

Tints of San Marino #5371B2

Color information

#5371B2 (or 0x5371B2) is unknown color: approx San Marino. HEX triplet: 53, 71 and B2. RGB value is (83,113,178). Sum of RGB (Red+Green+Blue) = 83+113+178=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 178 - color contains mainly: blue. Hex color #5371B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5371B2 is #AC8E4D. Grayscale: #6F6F6F. Windows color (decimal): -11308622 or 11694419. OLE color: 11694419.

HSL color Cylindrical-coordinate representation of color #5371B2: hue angle of 221.05º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5371B2 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB83113178-
CMYK0.530.3700.30
HSL221.05º38.15%51.18%-
HSV(B)221.05º53.37%69.8%-
XYZ17.5116.8644.45-
YUV111.44165.56107.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.19%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 178 (69.92% from 255) = 47.59%
R=22.19%
G=30.21%
B=47.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal831131780.530.3700.30221.0538.1551.18
Hex5371B2352501Edd2633
Octal12316126265450363354663
Binary101001111100011011001011010110010101111011011101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5371B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5371B2; }

 p { color: rgb(83,113,178); }

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

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

 a { background-color: rgb(83,113,178); }

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

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

 span { border-color: rgb(83,113,178); }

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