#516EB0

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

Shades of San Marino #516EB0

Tints of San Marino #516EB0

Color information

#516EB0 (or 0x516EB0) is unknown color: approx San Marino. HEX triplet: 51, 6E and B0. RGB value is (81,110,176). Sum of RGB (Red+Green+Blue) = 81+110+176=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 176 - color contains mainly: blue. Hex color #516EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516EB0 is #AE914F. Grayscale: #6C6C6C. Windows color (decimal): -11440464 or 11562577. OLE color: 11562577.

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

Color convert

RGB81110176-
CMYK0.540.3700.31
HSL221.68º37.55%50.39%-
HSV(B)221.68º53.98%69.02%-
XYZ16.8116.0443.28-
YUV108.85165.89108.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.07%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 176 (69.14% from 255) = 47.96%
R=22.07%
G=29.97%
B=47.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811101760.540.3700.31221.6837.5550.39
Hex516EB0362501Fde2632
Octal12115626066450373364662
Binary101000111011101011000011011010010101111111011110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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