Html Css Color HEX #516EAE San Marino

📋 copy color: '#516EAE'

red 81 ◦ green 110 ◦ blue 174

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

Shades of San Marino #516EAE

Tints of San Marino #516EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.67%

R = 22.19%
G = 30.14%
B = 47.67%

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

#516EAE (or 0x516EAE) is known color: San Marino. HEX triplet: 51, 6E and AE. RGB value is (81,110,174). Sum of RGB (Red+Green+Blue) = 81+110+174=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #516EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516EAE is #AE9151. Grayscale: #6C6C6C. Windows color (decimal): -11440466 or 11431505. OLE color: 11431505.

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

Color convert

RGB 81 110 174 -
CMYK 0.53 0.37 0 0.32
HSL 221.29º 0.36% 0.5% -
HSV(B) 221.29º 0.53% 0.68% -
XYZ 16.61 15.96 42.25 -
YUV 108.63 164.89 108.3 -
System Red Green Blue C M Y K H S L
Decimal 81 110 174 0.53 0.37 0 0.32 221.29 0.36 0.5
Hex 51 6E AE 35 25 0 20 DD 24 32
Octal 121 156 256 65 45 0 40 335 44 62
Binary 1010001 1101110 10101110 110101 100101 0 100000 11011101 100100 110010

Color Harmonies of #516EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516EAE

Black with #516EAE

Text Example


Text Example

White with #516EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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