#5170B4

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

Shades of San Marino #5170B4

Tints of San Marino #5170B4

Color information

#5170B4 (or 0x5170B4) is unknown color: approx San Marino. HEX triplet: 51, 70 and B4. RGB value is (81,112,180). Sum of RGB (Red+Green+Blue) = 81+112+180=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #5170B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5170B4 is #AE8F4B. Grayscale: #6E6E6E. Windows color (decimal): -11439948 or 11825233. OLE color: 11825233.

HSL color Cylindrical-coordinate representation of color #5170B4: hue angle of 221.21º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5170B4 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB81112180-
CMYK0.550.3800.29
HSL221.21º39.76%51.18%-
HSV(B)221.21º55%70.59%-
XYZ17.4316.6345.47-
YUV110.48167.23106.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.72%
GREEN value IS 112 (44.14% from 255) = 30.03%
BLUE value IS 180 (70.70% from 255) = 48.26%
R=21.72%
G=30.03%
B=48.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811121800.550.3800.29221.2139.7651.18
Hex5170B4372601Ddd2833
Octal12116026467460353355063
Binary101000111100001011010011011110011001110111011101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5170B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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