#5170AD

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

Shades of San Marino #5170AD

Tints of San Marino #5170AD

Color information

#5170AD (or 0x5170AD) is unknown color: approx San Marino. HEX triplet: 51, 70 and AD. RGB value is (81,112,173). Sum of RGB (Red+Green+Blue) = 81+112+173=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #5170AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5170AD is #AE8F52. Grayscale: #6D6D6D. Windows color (decimal): -11439955 or 11366481. OLE color: 11366481.

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

Color convert

RGB81112173-
CMYK0.530.3500.32
HSL219.78º36.22%49.8%-
HSV(B)219.78º53.18%67.84%-
XYZ16.7316.3541.81-
YUV109.68163.73107.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=22.13%
G=30.60%
B=47.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811121730.530.3500.32219.7836.2249.8
Hex5170AD3523020dc2432
Octal12116025565430403344462
Binary1010001111000010101101110101100011010000011011100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5170AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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