Html Css Color HEX #5177AB San Marino

📋 copy color: '#5177AB'

red 81 ◦ green 119 ◦ blue 171

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

Shades of San Marino #5177AB

Tints of San Marino #5177AB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.08%

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

R = 21.83%
G = 32.08%
B = 46.09%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5177AB (or 0x5177AB) is known color: San Marino. HEX triplet: 51, 77 and AB. RGB value is (81,119,171). Sum of RGB (Red+Green+Blue) = 81+119+171=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #5177AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5177AB is #AE8854. Grayscale: #717171. Windows color (decimal): -11438165 or 11237201. OLE color: 11237201.

HSL color Cylindrical-coordinate representation of color #5177AB: hue angle of 214.67º 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 #5177AB is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 119 171 -
CMYK 0.53 0.30 0 0.33
HSL 214.67º 0.36% 0.49% -
HSV(B) 214.67º 0.53% 0.67% -
XYZ 17.34 17.88 41.07 -
YUV 113.57 160.41 104.77 -
System Red Green Blue C M Y K H S L
Decimal 81 119 171 0.53 0.30 0 0.33 214.67 0.36 0.49
Hex 51 77 AB 35 1E 0 21 D7 24 31
Octal 121 167 253 65 36 0 41 327 44 61
Binary 1010001 1110111 10101011 110101 11110 0 100001 11010111 100100 110001

Color Harmonies of #5177AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5177AB

Black with #5177AB

Text Example


Text Example

White with #5177AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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