Html Css Color HEX #516BA3 San Marino

📋 copy color: '#516BA3'

red 81 ◦ green 107 ◦ blue 163

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

Shades of San Marino #516BA3

Tints of San Marino #516BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 46.44%

R = 23.08%
G = 30.48%
B = 46.44%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#516BA3 (or 0x516BA3) is known color: San Marino. HEX triplet: 51, 6B and A3. RGB value is (81,107,163). Sum of RGB (Red+Green+Blue) = 81+107+163=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 163 (64.06% from 255 or 46.44% from 351); Max value from RGB is 163 - color contains mainly: blue. Hex color #516BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516BA3 is #AE945C. Grayscale: #696969. Windows color (decimal): -11441245 or 10709841. OLE color: 10709841.

HSL color Cylindrical-coordinate representation of color #516BA3: hue angle of 220.98º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #516BA3 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 81 107 163 -
CMYK 0.50 0.34 0 0.36
HSL 220.98º 0.34% 0.48% -
HSV(B) 220.98º 0.5% 0.64% -
XYZ 15.26 14.91 36.72 -
YUV 105.61 160.39 110.45 -
System Red Green Blue C M Y K H S L
Decimal 81 107 163 0.50 0.34 0 0.36 220.98 0.34 0.48
Hex 51 6B A3 32 22 0 24 DD 22 30
Octal 121 153 243 62 42 0 44 335 42 60
Binary 1010001 1101011 10100011 110010 100010 0 100100 11011101 100010 110000

Color Harmonies of #516BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BA3

Black with #516BA3

Text Example


Text Example

White with #516BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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