#5170AB

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

Shades of San Marino #5170AB

Tints of San Marino #5170AB

Color information

#5170AB (or 0x5170AB) is unknown color: approx San Marino. HEX triplet: 51, 70 and AB. RGB value is (81,112,171). Sum of RGB (Red+Green+Blue) = 81+112+171=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #5170AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5170AB is #AE8F54. Grayscale: #6D6D6D. Windows color (decimal): -11439957 or 11235409. OLE color: 11235409.

HSL color Cylindrical-coordinate representation of color #5170AB: hue angle of 219.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5170AB is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81112171-
CMYK0.530.3500.33
HSL219.33º35.71%49.41%-
HSV(B)219.33º52.63%67.06%-
XYZ16.5416.2840.8-
YUV109.46162.73107.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.25%
GREEN value IS 112 (44.14% from 255) = 30.77%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=22.25%
G=30.77%
B=46.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811121710.530.3500.33219.3335.7149.41
Hex5170AB3523021db2431
Octal12116025365430413334461
Binary1010001111000010101011110101100011010000111011011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5170AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,112,171); }

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

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

 a { background-color: rgb(81,112,171); }

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

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

 span { border-color: rgb(81,112,171); }

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