Html Css Color HEX #516EAC San Marino

📋 copy color: '#516EAC'

red 81 ◦ green 110 ◦ blue 172

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

Shades of San Marino #516EAC

Tints of San Marino #516EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.3%

 BLUE value IS 172 (67.58% from 255) = 47.38%

R = 22.31%
G = 30.3%
B = 47.38%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#516EAC (or 0x516EAC) is known color: San Marino. HEX triplet: 51, 6E and AC. RGB value is (81,110,172). Sum of RGB (Red+Green+Blue) = 81+110+172=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #516EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516EAC is #AE9153. Grayscale: #6C6C6C. Windows color (decimal): -11440468 or 11300433. OLE color: 11300433.

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

Color convert

RGB 81 110 172 -
CMYK 0.53 0.36 0 0.33
HSL 220.88º 0.36% 0.5% -
HSV(B) 220.88º 0.53% 0.67% -
XYZ 16.42 15.88 41.23 -
YUV 108.4 163.89 108.46 -
System Red Green Blue C M Y K H S L
Decimal 81 110 172 0.53 0.36 0 0.33 220.88 0.36 0.5
Hex 51 6E AC 35 24 0 21 DD 24 32
Octal 121 156 254 65 44 0 41 335 44 62
Binary 1010001 1101110 10101100 110101 100100 0 100001 11011101 100100 110010

Color Harmonies of #516EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516EAC

Black with #516EAC

Text Example


Text Example

White with #516EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,110,172); }

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

background-color css

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

 a { background-color: rgb(81,110,172); }

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

border-color css

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

 span { border-color: rgb(81,110,172); }

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