#5175AD

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

Shades of San Marino #5175AD

Tints of San Marino #5175AD

Color information

#5175AD (or 0x5175AD) is unknown color: approx San Marino. HEX triplet: 51, 75 and AD. RGB value is (81,117,173). Sum of RGB (Red+Green+Blue) = 81+117+173=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #5175AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5175AD is #AE8A52. Grayscale: #707070. Windows color (decimal): -11438675 or 11367761. OLE color: 11367761.

HSL color Cylindrical-coordinate representation of color #5175AD: hue angle of 216.52º 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 #5175AD is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB81117173-
CMYK0.530.3200.32
HSL216.52º36.22%49.8%-
HSV(B)216.52º53.18%67.84%-
XYZ17.317.4942-
YUV112.62162.07105.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.83%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=21.83%
G=31.54%
B=46.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811171730.530.3200.32216.5236.2249.8
Hex5175AD3520020d92432
Octal12116525565400403314462
Binary1010001111010110101101110101100000010000011011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5175AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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