Html Css Color HEX #50779F San Marino

📋 copy color: '#50779F'

red 80 ◦ green 119 ◦ blue 159

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

Shades of San Marino #50779F

Tints of San Marino #50779F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.24%

 BLUE value IS 159 (62.5% from 255) = 44.41%

R = 22.35%
G = 33.24%
B = 44.41%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50779F (or 0x50779F) is known color: San Marino. HEX triplet: 50, 77 and 9F. RGB value is (80,119,159). Sum of RGB (Red+Green+Blue) = 80+119+159=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #50779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50779F is #AF8860. Grayscale: #6F6F6F. Windows color (decimal): -11503713 or 10450768. OLE color: 10450768.

HSL color Cylindrical-coordinate representation of color #50779F: hue angle of 210.38º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50779F is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 119 159 -
CMYK 0.50 0.25 0 0.38
HSL 210.38º 0.33% 0.47% -
HSV(B) 210.38º 0.5% 0.62% -
XYZ 16.16 17.4 35.31 -
YUV 111.9 154.58 105.25 -
System Red Green Blue C M Y K H S L
Decimal 80 119 159 0.50 0.25 0 0.38 210.38 0.33 0.47
Hex 50 77 9F 32 19 0 26 D2 21 2F
Octal 120 167 237 62 31 0 46 322 41 57
Binary 1010000 1110111 10011111 110010 11001 0 100110 11010010 100001 101111

Color Harmonies of #50779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50779F

Black with #50779F

Text Example


Text Example

White with #50779F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50779F; }

 p { color: rgb(80,119,159); }

 H1.HeaderClassName
 {
   color: #50779F;
 }
 .AnyTagClassName
 {
   color: #50779F;
 }
</style>

background-color css

<style>
 a { background-color: #50779F; }

 a { background-color: rgb(80,119,159); }

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

border-color css

<style>
 span { border-color: #50779F; }

 span { border-color: rgb(80,119,159); }

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