Html Css Color HEX #516AAE San Marino

📋 copy color: '#516AAE'

red 81 ◦ green 106 ◦ blue 174

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

Shades of San Marino #516AAE

Tints of San Marino #516AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.36%

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

R = 22.44%
G = 29.36%
B = 48.2%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#516AAE (or 0x516AAE) is known color: San Marino. HEX triplet: 51, 6A and AE. RGB value is (81,106,174). Sum of RGB (Red+Green+Blue) = 81+106+174=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #516AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516AAE is #AE9551. Grayscale: #696969. Windows color (decimal): -11441490 or 11430481. OLE color: 11430481.

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

Color convert

RGB 81 106 174 -
CMYK 0.53 0.39 0 0.32
HSL 223.87º 0.36% 0.5% -
HSV(B) 223.87º 0.53% 0.68% -
XYZ 16.19 15.11 42.11 -
YUV 106.28 166.22 109.97 -
System Red Green Blue C M Y K H S L
Decimal 81 106 174 0.53 0.39 0 0.32 223.87 0.36 0.5
Hex 51 6A AE 35 27 0 20 E0 24 32
Octal 121 152 256 65 47 0 40 340 44 62
Binary 1010001 1101010 10101110 110101 100111 0 100000 11100000 100100 110010

Color Harmonies of #516AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516AAE

Black with #516AAE

Text Example


Text Example

White with #516AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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