#5169AF

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

Shades of San Marino #5169AF

Tints of San Marino #5169AF

Color information

#5169AF (or 0x5169AF) is unknown color: approx San Marino. HEX triplet: 51, 69 and AF. RGB value is (81,105,175). Sum of RGB (Red+Green+Blue) = 81+105+175=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #5169AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5169AF is #AE9650. Grayscale: #696969. Windows color (decimal): -11441745 or 11495761. OLE color: 11495761.

HSL color Cylindrical-coordinate representation of color #5169AF: hue angle of 224.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5169AF is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB81105175-
CMYK0.540.4000.31
HSL224.68º37.01%50.2%-
HSV(B)224.68º53.71%68.63%-
XYZ16.1814.9542.59-
YUV105.8167.05110.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.44%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=22.44%
G=29.09%
B=48.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811051750.540.4000.31224.6837.0150.2
Hex5169AF362801Fe12532
Octal12115125766500373414562
Binary101000111010011010111111011010100001111111100001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5169AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5169AF; }

 p { color: rgb(81,105,175); }

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

<style>
 a { background-color: #5169AF; }

 a { background-color: rgb(81,105,175); }

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

<style>
 span { border-color: #5169AF; }

 span { border-color: rgb(81,105,175); }

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