Html Css Color HEX #50759E San Marino

📋 copy color: '#50759E'

red 80 ◦ green 117 ◦ blue 158

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

Shades of San Marino #50759E

Tints of San Marino #50759E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.96%

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

R = 22.54%
G = 32.96%
B = 44.51%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50759E (or 0x50759E) is known color: San Marino. HEX triplet: 50, 75 and 9E. RGB value is (80,117,158). Sum of RGB (Red+Green+Blue) = 80+117+158=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #50759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50759E is #AF8A61. Grayscale: #6E6E6E. Windows color (decimal): -11504226 or 10384720. OLE color: 10384720.

HSL color Cylindrical-coordinate representation of color #50759E: hue angle of 211.54º 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 #50759E is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 117 158 -
CMYK 0.49 0.26 0 0.38
HSL 211.54º 0.33% 0.47% -
HSV(B) 211.54º 0.49% 0.62% -
XYZ 15.84 16.9 34.77 -
YUV 110.61 154.74 106.17 -
System Red Green Blue C M Y K H S L
Decimal 80 117 158 0.49 0.26 0 0.38 211.54 0.33 0.47
Hex 50 75 9E 31 1A 0 26 D4 21 2F
Octal 120 165 236 61 32 0 46 324 41 57
Binary 1010000 1110101 10011110 110001 11010 0 100110 11010100 100001 101111

Color Harmonies of #50759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50759E

Black with #50759E

Text Example


Text Example

White with #50759E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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