#516CB1

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

Shades of San Marino #516CB1

Tints of San Marino #516CB1

Color information

#516CB1 (or 0x516CB1) is unknown color: approx San Marino. HEX triplet: 51, 6C and B1. RGB value is (81,108,177). Sum of RGB (Red+Green+Blue) = 81+108+177=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 177 - color contains mainly: blue. Hex color #516CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516CB1 is #AE934E. Grayscale: #6B6B6B. Windows color (decimal): -11440975 or 11627601. OLE color: 11627601.

HSL color Cylindrical-coordinate representation of color #516CB1: hue angle of 223.12º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #516CB1 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB81108177-
CMYK0.540.3900.31
HSL223.12º38.1%50.59%-
HSV(B)223.12º54.24%69.41%-
XYZ16.6915.6543.74-
YUV107.79167.05108.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 108 (42.58% from 255) = 29.51%
BLUE value IS 177 (69.53% from 255) = 48.36%
R=22.13%
G=29.51%
B=48.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811081770.540.3900.31223.1238.150.59
Hex516CB1362701Fdf2633
Octal12115426166470373374663
Binary101000111011001011000111011010011101111111011111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,108,177); }

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

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

 a { background-color: rgb(81,108,177); }

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

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

 span { border-color: rgb(81,108,177); }

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