Html Css Color HEX #50719D San Marino

📋 copy color: '#50719D'

red 80 ◦ green 113 ◦ blue 157

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

Shades of San Marino #50719D

Tints of San Marino #50719D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.86%

R = 22.86%
G = 32.29%
B = 44.86%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50719D (or 0x50719D) is known color: San Marino. HEX triplet: 50, 71 and 9D. RGB value is (80,113,157). Sum of RGB (Red+Green+Blue) = 80+113+157=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #50719D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50719D is #AF8E62. Grayscale: #6B6B6B. Windows color (decimal): -11505251 or 10318160. OLE color: 10318160.

HSL color Cylindrical-coordinate representation of color #50719D: hue angle of 214.29º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50719D is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 113 157 -
CMYK 0.49 0.28 0 0.38
HSL 214.29º 0.32% 0.46% -
HSV(B) 214.29º 0.49% 0.62% -
XYZ 15.3 15.95 34.17 -
YUV 108.15 155.57 107.92 -
System Red Green Blue C M Y K H S L
Decimal 80 113 157 0.49 0.28 0 0.38 214.29 0.32 0.46
Hex 50 71 9D 31 1C 0 26 D6 20 2E
Octal 120 161 235 61 34 0 46 326 40 56
Binary 1010000 1110001 10011101 110001 11100 0 100110 11010110 100000 101110

Color Harmonies of #50719D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50719D

Black with #50719D

Text Example


Text Example

White with #50719D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50719D; }

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

 H1.HeaderClassName
 {
   color: #50719D;
 }
 .AnyTagClassName
 {
   color: #50719D;
 }
</style>

background-color css

<style>
 a { background-color: #50719D; }

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

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

border-color css

<style>
 span { border-color: #50719D; }

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

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