Html Css Color HEX #516DA6 San Marino

📋 copy color: '#516DA6'

red 81 ◦ green 109 ◦ blue 166

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

Shades of San Marino #516DA6

Tints of San Marino #516DA6

RGB

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

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

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

R = 22.75%
G = 30.62%
B = 46.63%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#516DA6 (or 0x516DA6) is known color: San Marino. HEX triplet: 51, 6D and A6. RGB value is (81,109,166). Sum of RGB (Red+Green+Blue) = 81+109+166=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 166 - color contains mainly: blue. Hex color #516DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516DA6 is #AE9259. Grayscale: #6A6A6A. Windows color (decimal): -11440730 or 10906961. OLE color: 10906961.

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

Color convert

RGB 81 109 166 -
CMYK 0.51 0.34 0 0.35
HSL 220.24º 0.34% 0.48% -
HSV(B) 220.24º 0.51% 0.65% -
XYZ 15.74 15.44 38.23 -
YUV 107.13 161.22 109.37 -
System Red Green Blue C M Y K H S L
Decimal 81 109 166 0.51 0.34 0 0.35 220.24 0.34 0.48
Hex 51 6D A6 33 22 0 23 DC 22 30
Octal 121 155 246 63 42 0 43 334 42 60
Binary 1010001 1101101 10100110 110011 100010 0 100011 11011100 100010 110000

Color Harmonies of #516DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516DA6

Black with #516DA6

Text Example


Text Example

White with #516DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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