Html Css Color HEX #5073AC San Marino

📋 copy color: '#5073AC'

red 80 ◦ green 115 ◦ blue 172

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

Shades of San Marino #5073AC

Tints of San Marino #5073AC

RGB

 RED value IS 80 (31.64% from 255) = 21.8%

 GREEN value IS 115 (45.31% from 255) = 31.34%

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 21.8%
G = 31.34%
B = 46.87%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5073AC (or 0x5073AC) is known color: San Marino. HEX triplet: 50, 73 and AC. RGB value is (80,115,172). Sum of RGB (Red+Green+Blue) = 80+115+172=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #5073AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5073AC is #AF8C53. Grayscale: #6E6E6E. Windows color (decimal): -11504724 or 11301712. OLE color: 11301712.

HSL color Cylindrical-coordinate representation of color #5073AC: hue angle of 217.17º degrees, saturation: 0.37, 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 #5073AC is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 115 172 -
CMYK 0.53 0.33 0 0.33
HSL 217.17º 0.37% 0.49% -
HSV(B) 217.17º 0.53% 0.67% -
XYZ 16.89 16.95 41.41 -
YUV 111.03 162.4 105.87 -
System Red Green Blue C M Y K H S L
Decimal 80 115 172 0.53 0.33 0 0.33 217.17 0.37 0.49
Hex 50 73 AC 35 21 0 21 D9 25 31
Octal 120 163 254 65 41 0 41 331 45 61
Binary 1010000 1110011 10101100 110101 100001 0 100001 11011001 100101 110001

Color Harmonies of #5073AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5073AC

Black with #5073AC

Text Example


Text Example

White with #5073AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5073AC; }

 p { color: rgb(80,115,172); }

 H1.HeaderClassName
 {
   color: #5073AC;
 }
 .AnyTagClassName
 {
   color: #5073AC;
 }
</style>

background-color css

<style>
 a { background-color: #5073AC; }

 a { background-color: rgb(80,115,172); }

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

border-color css

<style>
 span { border-color: #5073AC; }

 span { border-color: rgb(80,115,172); }

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