Html Css Color HEX #5072AC San Marino

📋 copy color: '#5072AC'

red 80 ◦ green 114 ◦ blue 172

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

Shades of San Marino #5072AC

Tints of San Marino #5072AC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.15%

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

R = 21.86%
G = 31.15%
B = 46.99%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5072AC (or 0x5072AC) is known color: San Marino. HEX triplet: 50, 72 and AC. RGB value is (80,114,172). Sum of RGB (Red+Green+Blue) = 80+114+172=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #5072AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5072AC is #AF8D53. Grayscale: #6E6E6E. Windows color (decimal): -11504980 or 11301456. OLE color: 11301456.

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

Color convert

RGB 80 114 172 -
CMYK 0.53 0.34 0 0.33
HSL 217.83º 0.37% 0.49% -
HSV(B) 217.83º 0.53% 0.67% -
XYZ 16.77 16.72 41.37 -
YUV 110.45 162.74 106.28 -
System Red Green Blue C M Y K H S L
Decimal 80 114 172 0.53 0.34 0 0.33 217.83 0.37 0.49
Hex 50 72 AC 35 22 0 21 DA 25 31
Octal 120 162 254 65 42 0 41 332 45 61
Binary 1010000 1110010 10101100 110101 100010 0 100001 11011010 100101 110001

Color Harmonies of #5072AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5072AC

Black with #5072AC

Text Example


Text Example

White with #5072AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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