#516A9B

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

Shades of San Marino #516A9B

Tints of San Marino #516A9B

Color information

#516A9B (or 0x516A9B) is unknown color: approx San Marino. HEX triplet: 51, 6A and 9B. RGB value is (81,106,155). Sum of RGB (Red+Green+Blue) = 81+106+155=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #516A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516A9B is #AE9564. Grayscale: #676767. Windows color (decimal): -11441509 or 10185297. OLE color: 10185297.

HSL color Cylindrical-coordinate representation of color #516A9B: hue angle of 219.73º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #516A9B is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB81106155-
CMYK0.480.3200.39
HSL219.73º31.36%46.27%-
HSV(B)219.73º47.74%60.78%-
XYZ14.4614.4233.03-
YUV104.11156.72111.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.68%
GREEN value IS 106 (41.80% from 255) = 30.99%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=23.68%
G=30.99%
B=45.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811061550.480.3200.39219.7331.3646.27
Hex516A9B3020027dc1f2e
Octal12115223360400473343756
Binary101000111010101001101111000010000001001111101110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516A9B; }

 p { color: rgb(81,106,155); }

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

<style>
 a { background-color: #516A9B; }

 a { background-color: rgb(81,106,155); }

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

<style>
 span { border-color: #516A9B; }

 span { border-color: rgb(81,106,155); }

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