Html Css Color HEX #50799B San Marino

📋 copy color: '#50799B'

red 80 ◦ green 121 ◦ blue 155

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

Shades of San Marino #50799B

Tints of San Marino #50799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.99%

 BLUE value IS 155 (60.94% from 255) = 43.54%

R = 22.47%
G = 33.99%
B = 43.54%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50799B (or 0x50799B) is known color: San Marino. HEX triplet: 50, 79 and 9B. RGB value is (80,121,155). Sum of RGB (Red+Green+Blue) = 80+121+155=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #50799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50799B is #AF8664. Grayscale: #707070. Windows color (decimal): -11503205 or 10189136. OLE color: 10189136.

HSL color Cylindrical-coordinate representation of color #50799B: hue angle of 207.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50799B is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 121 155 -
CMYK 0.48 0.22 0 0.39
HSL 207.2º 0.32% 0.46% -
HSV(B) 207.2º 0.48% 0.61% -
XYZ 16.06 17.75 33.59 -
YUV 112.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 80 121 155 0.48 0.22 0 0.39 207.2 0.32 0.46
Hex 50 79 9B 30 16 0 27 CF 20 2E
Octal 120 171 233 60 26 0 47 317 40 56
Binary 1010000 1111001 10011011 110000 10110 0 100111 11001111 100000 101110

Color Harmonies of #50799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50799B

Black with #50799B

Text Example


Text Example

White with #50799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50799B; }

 p { color: rgb(80,121,155); }

 H1.HeaderClassName
 {
   color: #50799B;
 }
 .AnyTagClassName
 {
   color: #50799B;
 }
</style>

background-color css

<style>
 a { background-color: #50799B; }

 a { background-color: rgb(80,121,155); }

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

border-color css

<style>
 span { border-color: #50799B; }

 span { border-color: rgb(80,121,155); }

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