Html Css Color HEX #5176AB San Marino

📋 copy color: '#5176AB'

red 81 ◦ green 118 ◦ blue 171

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

Shades of San Marino #5176AB

Tints of San Marino #5176AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.89%

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

R = 21.89%
G = 31.89%
B = 46.22%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5176AB (or 0x5176AB) is known color: San Marino. HEX triplet: 51, 76 and AB. RGB value is (81,118,171). Sum of RGB (Red+Green+Blue) = 81+118+171=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #5176AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5176AB is #AE8954. Grayscale: #707070. Windows color (decimal): -11438421 or 11236945. OLE color: 11236945.

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

Color convert

RGB 81 118 171 -
CMYK 0.53 0.31 0 0.33
HSL 215.33º 0.36% 0.49% -
HSV(B) 215.33º 0.53% 0.67% -
XYZ 17.22 17.65 41.03 -
YUV 112.98 160.74 105.19 -
System Red Green Blue C M Y K H S L
Decimal 81 118 171 0.53 0.31 0 0.33 215.33 0.36 0.49
Hex 51 76 AB 35 1F 0 21 D7 24 31
Octal 121 166 253 65 37 0 41 327 44 61
Binary 1010001 1110110 10101011 110101 11111 0 100001 11010111 100100 110001

Color Harmonies of #5176AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5176AB

Black with #5176AB

Text Example


Text Example

White with #5176AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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