Html Css Color HEX #516AA5 San Marino

📋 copy color: '#516AA5'

red 81 ◦ green 106 ◦ blue 165

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

Shades of San Marino #516AA5

Tints of San Marino #516AA5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.11%

 BLUE value IS 165 (64.84% from 255) = 46.88%

R = 23.01%
G = 30.11%
B = 46.88%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#516AA5 (or 0x516AA5) is known color: San Marino. HEX triplet: 51, 6A and A5. RGB value is (81,106,165). Sum of RGB (Red+Green+Blue) = 81+106+165=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 165 (64.84% from 255 or 46.88% from 352); Max value from RGB is 165 - color contains mainly: blue. Hex color #516AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516AA5 is #AE955A. Grayscale: #686868. Windows color (decimal): -11441499 or 10840657. OLE color: 10840657.

HSL color Cylindrical-coordinate representation of color #516AA5: hue angle of 222.14º 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 #516AA5 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 81 106 165 -
CMYK 0.51 0.36 0 0.35
HSL 222.14º 0.34% 0.48% -
HSV(B) 222.14º 0.51% 0.65% -
XYZ 15.34 14.77 37.64 -
YUV 105.25 161.72 110.7 -
System Red Green Blue C M Y K H S L
Decimal 81 106 165 0.51 0.36 0 0.35 222.14 0.34 0.48
Hex 51 6A A5 33 24 0 23 DE 22 30
Octal 121 152 245 63 44 0 43 336 42 60
Binary 1010001 1101010 10100101 110011 100100 0 100011 11011110 100010 110000

Color Harmonies of #516AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516AA5

Black with #516AA5

Text Example


Text Example

White with #516AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,106,165); }

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

background-color css

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

 a { background-color: rgb(81,106,165); }

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

border-color css

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

 span { border-color: rgb(81,106,165); }

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