#516CAC

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

Shades of San Marino #516CAC

Tints of San Marino #516CAC

Color information

#516CAC (or 0x516CAC) is unknown color: approx San Marino. HEX triplet: 51, 6C and AC. RGB value is (81,108,172). Sum of RGB (Red+Green+Blue) = 81+108+172=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #516CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516CAC is #AE9353. Grayscale: #6A6A6A. Windows color (decimal): -11440980 or 11299921. OLE color: 11299921.

HSL color Cylindrical-coordinate representation of color #516CAC: hue angle of 222.2º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #516CAC is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81108172-
CMYK0.530.3700.33
HSL222.2º35.97%49.61%-
HSV(B)222.2º52.91%67.45%-
XYZ16.215.4541.16-
YUV107.22164.55109.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.44%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 172 (67.58% from 255) = 47.65%
R=22.44%
G=29.92%
B=47.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811081720.530.3700.33222.235.9749.61
Hex516CAC3525021de2432
Octal12115425465450413364462
Binary1010001110110010101100110101100101010000111011110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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