Html Css Color HEX #516D99 San Marino

📋 copy color: '#516D99'

red 81 ◦ green 109 ◦ blue 153

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

Shades of San Marino #516D99

Tints of San Marino #516D99

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.78%

 BLUE value IS 153 (60.16% from 255) = 44.61%

R = 23.62%
G = 31.78%
B = 44.61%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#516D99 (or 0x516D99) is known color: San Marino. HEX triplet: 51, 6D and 99. RGB value is (81,109,153). Sum of RGB (Red+Green+Blue) = 81+109+153=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #516D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516D99 is #AE9266. Grayscale: #696969. Windows color (decimal): -11440743 or 10054993. OLE color: 10054993.

HSL color Cylindrical-coordinate representation of color #516D99: hue angle of 216.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #516D99 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 109 153 -
CMYK 0.47 0.29 0 0.4
HSL 216.67º 0.31% 0.46% -
HSV(B) 216.67º 0.47% 0.6% -
XYZ 14.61 14.99 32.26 -
YUV 105.64 154.72 110.42 -
System Red Green Blue C M Y K H S L
Decimal 81 109 153 0.47 0.29 0 0.4 216.67 0.31 0.46
Hex 51 6D 99 2F 1D 0 28 D9 1F 2E
Octal 121 155 231 57 35 0 50 331 37 56
Binary 1010001 1101101 10011001 101111 11101 0 101000 11011001 11111 101110

Color Harmonies of #516D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516D99

Black with #516D99

Text Example


Text Example

White with #516D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,109,153); }

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

background-color css

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

 a { background-color: rgb(81,109,153); }

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

border-color css

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

 span { border-color: rgb(81,109,153); }

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