Html Css Color HEX #516AAA San Marino

📋 copy color: '#516AAA'

red 81 ◦ green 106 ◦ blue 170

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

Shades of San Marino #516AAA

Tints of San Marino #516AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.62%

R = 22.69%
G = 29.69%
B = 47.62%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#516AAA (or 0x516AAA) is known color: San Marino. HEX triplet: 51, 6A and AA. RGB value is (81,106,170). Sum of RGB (Red+Green+Blue) = 81+106+170=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #516AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516AAA is #AE9555. Grayscale: #696969. Windows color (decimal): -11441494 or 11168337. OLE color: 11168337.

HSL color Cylindrical-coordinate representation of color #516AAA: hue angle of 223.15º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #516AAA is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 106 170 -
CMYK 0.52 0.38 0 0.33
HSL 223.15º 0.35% 0.49% -
HSV(B) 223.15º 0.52% 0.67% -
XYZ 15.8 14.96 40.08 -
YUV 105.82 164.22 110.3 -
System Red Green Blue C M Y K H S L
Decimal 81 106 170 0.52 0.38 0 0.33 223.15 0.35 0.49
Hex 51 6A AA 34 26 0 21 DF 23 31
Octal 121 152 252 64 46 0 41 337 43 61
Binary 1010001 1101010 10101010 110100 100110 0 100001 11011111 100011 110001

Color Harmonies of #516AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516AAA

Black with #516AAA

Text Example


Text Example

White with #516AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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