Html Css Color HEX #516FA5 San Marino

📋 copy color: '#516FA5'

red 81 ◦ green 111 ◦ blue 165

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

Shades of San Marino #516FA5

Tints of San Marino #516FA5

RGB

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

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

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

R = 22.69%
G = 31.09%
B = 46.22%

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

#516FA5 (or 0x516FA5) is known color: San Marino. HEX triplet: 51, 6F and A5. RGB value is (81,111,165). Sum of RGB (Red+Green+Blue) = 81+111+165=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #516FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516FA5 is #AE905A. Grayscale: #6B6B6B. Windows color (decimal): -11440219 or 10841937. OLE color: 10841937.

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

Color convert

RGB 81 111 165 -
CMYK 0.51 0.33 0 0.35
HSL 218.57º 0.34% 0.48% -
HSV(B) 218.57º 0.51% 0.65% -
XYZ 15.87 15.83 37.82 -
YUV 108.19 160.06 108.61 -
System Red Green Blue C M Y K H S L
Decimal 81 111 165 0.51 0.33 0 0.35 218.57 0.34 0.48
Hex 51 6F A5 33 21 0 23 DB 22 30
Octal 121 157 245 63 41 0 43 333 42 60
Binary 1010001 1101111 10100101 110011 100001 0 100011 11011011 100010 110000

Color Harmonies of #516FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516FA5

Black with #516FA5

Text Example


Text Example

White with #516FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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