#516AB0

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

Shades of San Marino #516AB0

Tints of San Marino #516AB0

Color information

#516AB0 (or 0x516AB0) is unknown color: approx San Marino. HEX triplet: 51, 6A and B0. RGB value is (81,106,176). Sum of RGB (Red+Green+Blue) = 81+106+176=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 176 (69.14% from 255 or 48.48% from 363); Max value from RGB is 176 - color contains mainly: blue. Hex color #516AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516AB0 is #AE954F. Grayscale: #6A6A6A. Windows color (decimal): -11441488 or 11561553. OLE color: 11561553.

HSL color Cylindrical-coordinate representation of color #516AB0: hue angle of 224.21º degrees, saturation: 0.38, 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 #516AB0 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB81106176-
CMYK0.540.4000.31
HSL224.21º37.55%50.39%-
HSV(B)224.21º53.98%69.02%-
XYZ16.3815.1943.14-
YUV106.5167.22109.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.31%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 176 (69.14% from 255) = 48.48%
R=22.31%
G=29.20%
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
Decimal811061760.540.4000.31224.2137.5550.39
Hex516AB0362801Fe02632
Octal12115226066500373404662
Binary101000111010101011000011011010100001111111100000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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