Html Css Color HEX #516FA9 San Marino

📋 copy color: '#516FA9'

red 81 ◦ green 111 ◦ blue 169

#516FA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #516FA9

Tints of San Marino #516FA9

RGB

 RED value IS 81 (32.03% from 255) = 22.44%

 GREEN value IS 111 (43.75% from 255) = 30.75%

 BLUE value IS 169 (66.41% from 255) = 46.81%

R = 22.44%
G = 30.75%
B = 46.81%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#516FA9 (or 0x516FA9) is known color: San Marino. HEX triplet: 51, 6F and A9. RGB value is (81,111,169). Sum of RGB (Red+Green+Blue) = 81+111+169=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 169 - color contains mainly: blue. Hex color #516FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516FA9 is #AE9056. Grayscale: #6C6C6C. Windows color (decimal): -11440215 or 11104081. OLE color: 11104081.

HSL color Cylindrical-coordinate representation of color #516FA9: hue angle of 219.55º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #516FA9 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 81 111 169 -
CMYK 0.52 0.34 0 0.34
HSL 219.55º 0.35% 0.49% -
HSV(B) 219.55º 0.52% 0.66% -
XYZ 16.24 15.98 39.77 -
YUV 108.64 162.06 108.28 -
System Red Green Blue C M Y K H S L
Decimal 81 111 169 0.52 0.34 0 0.34 219.55 0.35 0.49
Hex 51 6F A9 34 22 0 22 DC 23 31
Octal 121 157 251 64 42 0 42 334 43 61
Binary 1010001 1101111 10101001 110100 100010 0 100010 11011100 100011 110001

Color Harmonies of #516FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516FA9

Black with #516FA9

Text Example


Text Example

White with #516FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,111,169); }

 H1.HeaderClassName
 {
   color: #516FA9;
 }
 .AnyTagClassName
 {
   color: #516FA9;
 }
</style>

background-color css

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

 a { background-color: rgb(81,111,169); }

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

border-color css

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

 span { border-color: rgb(81,111,169); }

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