Html Css Color HEX #516EA4 San Marino

📋 copy color: '#516EA4'

red 81 ◦ green 110 ◦ blue 164

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

Shades of San Marino #516EA4

Tints of San Marino #516EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.2%

R = 22.82%
G = 30.99%
B = 46.2%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#516EA4 (or 0x516EA4) is known color: San Marino. HEX triplet: 51, 6E and A4. RGB value is (81,110,164). Sum of RGB (Red+Green+Blue) = 81+110+164=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 164 (64.45% from 255 or 46.20% from 355); Max value from RGB is 164 - color contains mainly: blue. Hex color #516EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516EA4 is #AE915B. Grayscale: #6B6B6B. Windows color (decimal): -11440476 or 10776145. OLE color: 10776145.

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

Color convert

RGB 81 110 164 -
CMYK 0.51 0.33 0 0.36
HSL 219.04º 0.34% 0.48% -
HSV(B) 219.04º 0.51% 0.64% -
XYZ 15.67 15.58 37.3 -
YUV 107.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 81 110 164 0.51 0.33 0 0.36 219.04 0.34 0.48
Hex 51 6E A4 33 21 0 24 DB 22 30
Octal 121 156 244 63 41 0 44 333 42 60
Binary 1010001 1101110 10100100 110011 100001 0 100100 11011011 100010 110000

Color Harmonies of #516EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516EA4

Black with #516EA4

Text Example


Text Example

White with #516EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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