Html Css Color HEX #50799E San Marino

📋 copy color: '#50799E'

red 80 ◦ green 121 ◦ blue 158

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

Shades of San Marino #50799E

Tints of San Marino #50799E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.01%

R = 22.28%
G = 33.7%
B = 44.01%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50799E (or 0x50799E) is known color: San Marino. HEX triplet: 50, 79 and 9E. RGB value is (80,121,158). Sum of RGB (Red+Green+Blue) = 80+121+158=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 158 - color contains mainly: blue. Hex color #50799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50799E is #AF8661. Grayscale: #707070. Windows color (decimal): -11503202 or 10385744. OLE color: 10385744.

HSL color Cylindrical-coordinate representation of color #50799E: hue angle of 208.46º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50799E is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 121 158 -
CMYK 0.49 0.23 0 0.38
HSL 208.46º 0.33% 0.47% -
HSV(B) 208.46º 0.49% 0.62% -
XYZ 16.32 17.85 34.93 -
YUV 112.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 80 121 158 0.49 0.23 0 0.38 208.46 0.33 0.47
Hex 50 79 9E 31 17 0 26 D0 21 2F
Octal 120 171 236 61 27 0 46 320 41 57
Binary 1010000 1111001 10011110 110001 10111 0 100110 11010000 100001 101111

Color Harmonies of #50799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50799E

Black with #50799E

Text Example


Text Example

White with #50799E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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