Html Css Color HEX #5178AA San Marino

📋 copy color: '#5178AA'

red 81 ◦ green 120 ◦ blue 170

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

Shades of San Marino #5178AA

Tints of San Marino #5178AA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.35%

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

R = 21.83%
G = 32.35%
B = 45.82%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5178AA (or 0x5178AA) is known color: San Marino. HEX triplet: 51, 78 and AA. RGB value is (81,120,170). Sum of RGB (Red+Green+Blue) = 81+120+170=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #5178AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5178AA is #AE8755. Grayscale: #717171. Windows color (decimal): -11437910 or 11171921. OLE color: 11171921.

HSL color Cylindrical-coordinate representation of color #5178AA: hue angle of 213.71º 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 #5178AA is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 120 170 -
CMYK 0.52 0.29 0 0.33
HSL 213.71º 0.35% 0.49% -
HSV(B) 213.71º 0.52% 0.67% -
XYZ 17.37 18.08 40.61 -
YUV 114.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 81 120 170 0.52 0.29 0 0.33 213.71 0.35 0.49
Hex 51 78 AA 34 1D 0 21 D6 23 31
Octal 121 170 252 64 35 0 41 326 43 61
Binary 1010001 1111000 10101010 110100 11101 0 100001 11010110 100011 110001

Color Harmonies of #5178AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5178AA

Black with #5178AA

Text Example


Text Example

White with #5178AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5178AA; }

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

 H1.HeaderClassName
 {
   color: #5178AA;
 }
 .AnyTagClassName
 {
   color: #5178AA;
 }
</style>

background-color css

<style>
 a { background-color: #5178AA; }

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

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

border-color css

<style>
 span { border-color: #5178AA; }

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

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