Html Css Color HEX #516DAD San Marino

📋 copy color: '#516DAD'

red 81 ◦ green 109 ◦ blue 173

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

Shades of San Marino #516DAD

Tints of San Marino #516DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.66%

R = 22.31%
G = 30.03%
B = 47.66%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#516DAD (or 0x516DAD) is known color: San Marino. HEX triplet: 51, 6D and AD. RGB value is (81,109,173). Sum of RGB (Red+Green+Blue) = 81+109+173=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #516DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516DAD is #AE9252. Grayscale: #6B6B6B. Windows color (decimal): -11440723 or 11365713. OLE color: 11365713.

HSL color Cylindrical-coordinate representation of color #516DAD: hue angle of 221.74º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #516DAD is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 109 173 -
CMYK 0.53 0.37 0 0.32
HSL 221.74º 0.36% 0.5% -
HSV(B) 221.74º 0.53% 0.68% -
XYZ 16.4 15.7 41.7 -
YUV 107.92 164.72 108.8 -
System Red Green Blue C M Y K H S L
Decimal 81 109 173 0.53 0.37 0 0.32 221.74 0.36 0.5
Hex 51 6D AD 35 25 0 20 DE 24 32
Octal 121 155 255 65 45 0 40 336 44 62
Binary 1010001 1101101 10101101 110101 100101 0 100000 11011110 100100 110010

Color Harmonies of #516DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516DAD

Black with #516DAD

Text Example


Text Example

White with #516DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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