#5371AF

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

Shades of San Marino #5371AF

Tints of San Marino #5371AF

Color information

#5371AF (or 0x5371AF) is unknown color: approx San Marino. HEX triplet: 53, 71 and AF. RGB value is (83,113,175). Sum of RGB (Red+Green+Blue) = 83+113+175=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #5371AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5371AF is #AC8E50. Grayscale: #6E6E6E. Windows color (decimal): -11308625 or 11497811. OLE color: 11497811.

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

Color convert

RGB83113175-
CMYK0.530.3500.31
HSL220.43º36.51%50.59%-
HSV(B)220.43º52.57%68.63%-
XYZ17.2116.7442.88-
YUV111.1164.06107.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 175 (68.75% from 255) = 47.17%
R=22.37%
G=30.46%
B=47.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831131750.530.3500.31220.4336.5150.59
Hex5371AF352301Fdc2533
Octal12316125765430373344563
Binary101001111100011010111111010110001101111111011100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5371AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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