Html Css Color HEX #516BAD San Marino

📋 copy color: '#516BAD'

red 81 ◦ green 107 ◦ blue 173

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

Shades of San Marino #516BAD

Tints of San Marino #516BAD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.64%

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

R = 22.44%
G = 29.64%
B = 47.92%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#516BAD (or 0x516BAD) is known color: San Marino. HEX triplet: 51, 6B and AD. RGB value is (81,107,173). Sum of RGB (Red+Green+Blue) = 81+107+173=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #516BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516BAD is #AE9452. Grayscale: #6A6A6A. Windows color (decimal): -11441235 or 11365201. OLE color: 11365201.

HSL color Cylindrical-coordinate representation of color #516BAD: hue angle of 223.04º 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 #516BAD is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 107 173 -
CMYK 0.53 0.38 0 0.32
HSL 223.04º 0.36% 0.5% -
HSV(B) 223.04º 0.53% 0.68% -
XYZ 16.19 15.28 41.63 -
YUV 106.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 81 107 173 0.53 0.38 0 0.32 223.04 0.36 0.5
Hex 51 6B AD 35 26 0 20 DF 24 32
Octal 121 153 255 65 46 0 40 337 44 62
Binary 1010001 1101011 10101101 110101 100110 0 100000 11011111 100100 110010

Color Harmonies of #516BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BAD

Black with #516BAD

Text Example


Text Example

White with #516BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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