Html Css Color HEX #516FA6 San Marino

📋 copy color: '#516FA6'

red 81 ◦ green 111 ◦ blue 166

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

Shades of San Marino #516FA6

Tints of San Marino #516FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.37%

R = 22.63%
G = 31.01%
B = 46.37%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#516FA6 (or 0x516FA6) is known color: San Marino. HEX triplet: 51, 6F and A6. RGB value is (81,111,166). Sum of RGB (Red+Green+Blue) = 81+111+166=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 166 (65.23% from 255 or 46.37% from 358); Max value from RGB is 166 - color contains mainly: blue. Hex color #516FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516FA6 is #AE9059. Grayscale: #6C6C6C. Windows color (decimal): -11440218 or 10907473. OLE color: 10907473.

HSL color Cylindrical-coordinate representation of color #516FA6: hue angle of 218.82º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #516FA6 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 81 111 166 -
CMYK 0.51 0.33 0 0.35
HSL 218.82º 0.34% 0.48% -
HSV(B) 218.82º 0.51% 0.65% -
XYZ 15.96 15.87 38.3 -
YUV 108.3 160.56 108.53 -
System Red Green Blue C M Y K H S L
Decimal 81 111 166 0.51 0.33 0 0.35 218.82 0.34 0.48
Hex 51 6F A6 33 21 0 23 DB 22 30
Octal 121 157 246 63 41 0 43 333 42 60
Binary 1010001 1101111 10100110 110011 100001 0 100011 11011011 100010 110000

Color Harmonies of #516FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516FA6

Black with #516FA6

Text Example


Text Example

White with #516FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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