Html Css Color HEX #5071AC San Marino

📋 copy color: '#5071AC'

red 80 ◦ green 113 ◦ blue 172

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

Shades of San Marino #5071AC

Tints of San Marino #5071AC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.96%

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

R = 21.92%
G = 30.96%
B = 47.12%

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

#5071AC (or 0x5071AC) is known color: San Marino. HEX triplet: 50, 71 and AC. RGB value is (80,113,172). Sum of RGB (Red+Green+Blue) = 80+113+172=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #5071AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5071AC is #AF8E53. Grayscale: #6D6D6D. Windows color (decimal): -11505236 or 11301200. OLE color: 11301200.

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

Color convert

RGB 80 113 172 -
CMYK 0.53 0.34 0 0.33
HSL 218.48º 0.37% 0.49% -
HSV(B) 218.48º 0.53% 0.67% -
XYZ 16.66 16.49 41.34 -
YUV 109.86 163.07 106.7 -
System Red Green Blue C M Y K H S L
Decimal 80 113 172 0.53 0.34 0 0.33 218.48 0.37 0.49
Hex 50 71 AC 35 22 0 21 DA 25 31
Octal 120 161 254 65 42 0 41 332 45 61
Binary 1010000 1110001 10101100 110101 100010 0 100001 11011010 100101 110001

Color Harmonies of #5071AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5071AC

Black with #5071AC

Text Example


Text Example

White with #5071AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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