#5375AB

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

Shades of San Marino #5375AB

Tints of San Marino #5375AB

Color information

#5375AB (or 0x5375AB) is unknown color: approx San Marino. HEX triplet: 53, 75 and AB. RGB value is (83,117,171). Sum of RGB (Red+Green+Blue) = 83+117+171=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #5375AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5375AB is #AC8A54. Grayscale: #707070. Windows color (decimal): -11307605 or 11236691. OLE color: 11236691.

HSL color Cylindrical-coordinate representation of color #5375AB: hue angle of 216.82º degrees, saturation: 0.35, 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 #5375AB is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83117171-
CMYK0.510.3200.33
HSL216.82º34.65%49.8%-
HSV(B)216.82º51.46%67.06%-
XYZ17.2817.541-
YUV112.99160.74106.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=22.37%
G=31.54%
B=46.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831171710.510.3200.33216.8234.6549.8
Hex5375AB3320021d92332
Octal12316525363400413314362
Binary1010011111010110101011110011100000010000111011001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5375AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5375AB; }

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

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

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

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

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

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

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

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