#5162A6

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

Shades of San Marino #5162A6

Tints of San Marino #5162A6

Color information

#5162A6 (or 0x5162A6) is unknown color: approx San Marino. HEX triplet: 51, 62 and A6. RGB value is (81,98,166). Sum of RGB (Red+Green+Blue) = 81+98+166=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 166 - color contains mainly: blue. Hex color #5162A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5162A6 is #AE9D59. Grayscale: #646464. Windows color (decimal): -11443546 or 10904145. OLE color: 10904145.

HSL color Cylindrical-coordinate representation of color #5162A6: hue angle of 228º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5162A6 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8198166-
CMYK0.510.4100.35
HSL228º34.41%48.43%-
HSV(B)228º51.2%65.1%-
XYZ14.6413.2437.86-
YUV100.67164.87113.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.48%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 166 (65.23% from 255) = 48.12%
R=23.48%
G=28.41%
B=48.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81981660.510.4100.3522834.4148.43
Hex5162A63329023e42230
Octal12114224663510433444260
Binary1010001110001010100110110011101001010001111100100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5162A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5162A6; }

 p { color: rgb(81,98,166); }

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

<style>
 a { background-color: #5162A6; }

 a { background-color: rgb(81,98,166); }

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

<style>
 span { border-color: #5162A6; }

 span { border-color: rgb(81,98,166); }

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