#516BAF

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

Shades of San Marino #516BAF

Tints of San Marino #516BAF

Color information

#516BAF (or 0x516BAF) is unknown color: approx San Marino. HEX triplet: 51, 6B and AF. RGB value is (81,107,175). Sum of RGB (Red+Green+Blue) = 81+107+175=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #516BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516BAF is #AE9450. Grayscale: #6A6A6A. Windows color (decimal): -11441233 or 11496273. OLE color: 11496273.

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

Color convert

RGB81107175-
CMYK0.540.3900.31
HSL223.4º37.01%50.2%-
HSV(B)223.4º53.71%68.63%-
XYZ16.3915.3642.66-
YUV106.98166.39109.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.31%
GREEN value IS 107 (42.19% from 255) = 29.48%
BLUE value IS 175 (68.75% from 255) = 48.21%
R=22.31%
G=29.48%
B=48.21%

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
Decimal811071750.540.3900.31223.437.0150.2
Hex516BAF362701Fdf2532
Octal12115325766470373374562
Binary101000111010111010111111011010011101111111011111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,107,175); }

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

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

 a { background-color: rgb(81,107,175); }

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

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

 span { border-color: rgb(81,107,175); }

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