Html Css Color HEX #5166AB San Marino

📋 copy color: '#5166AB'

red 81 ◦ green 102 ◦ blue 171

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

Shades of San Marino #5166AB

Tints of San Marino #5166AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.81%

 BLUE value IS 171 (67.19% from 255) = 48.31%

R = 22.88%
G = 28.81%
B = 48.31%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5166AB (or 0x5166AB) is known color: San Marino. HEX triplet: 51, 66 and AB. RGB value is (81,102,171). Sum of RGB (Red+Green+Blue) = 81+102+171=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #5166AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5166AB is #AE9954. Grayscale: #676767. Windows color (decimal): -11442517 or 11232849. OLE color: 11232849.

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

Color convert

RGB 81 102 171 -
CMYK 0.53 0.40 0 0.33
HSL 226º 0.36% 0.49% -
HSV(B) 226º 0.53% 0.67% -
XYZ 15.5 14.19 40.45 -
YUV 103.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 81 102 171 0.53 0.40 0 0.33 226 0.36 0.49
Hex 51 66 AB 35 28 0 21 E2 24 31
Octal 121 146 253 65 50 0 41 342 44 61
Binary 1010001 1100110 10101011 110101 101000 0 100001 11100010 100100 110001

Color Harmonies of #5166AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5166AB

Black with #5166AB

Text Example


Text Example

White with #5166AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5166AB; }

 p { color: rgb(81,102,171); }

 H1.HeaderClassName
 {
   color: #5166AB;
 }
 .AnyTagClassName
 {
   color: #5166AB;
 }
</style>

background-color css

<style>
 a { background-color: #5166AB; }

 a { background-color: rgb(81,102,171); }

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

border-color css

<style>
 span { border-color: #5166AB; }

 span { border-color: rgb(81,102,171); }

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