Html Css Color HEX #50699E San Marino

📋 copy color: '#50699E'

red 80 ◦ green 105 ◦ blue 158

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

Shades of San Marino #50699E

Tints of San Marino #50699E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.61%

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

R = 23.32%
G = 30.61%
B = 46.06%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50699E (or 0x50699E) is known color: San Marino. HEX triplet: 50, 69 and 9E. RGB value is (80,105,158). Sum of RGB (Red+Green+Blue) = 80+105+158=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #50699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50699E is #AF9661. Grayscale: #676767. Windows color (decimal): -11507298 or 10381648. OLE color: 10381648.

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

Color convert

RGB 80 105 158 -
CMYK 0.49 0.34 0 0.38
HSL 220.77º 0.33% 0.47% -
HSV(B) 220.77º 0.49% 0.62% -
XYZ 14.53 14.28 34.34 -
YUV 103.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 80 105 158 0.49 0.34 0 0.38 220.77 0.33 0.47
Hex 50 69 9E 31 22 0 26 DD 21 2F
Octal 120 151 236 61 42 0 46 335 41 57
Binary 1010000 1101001 10011110 110001 100010 0 100110 11011101 100001 101111

Color Harmonies of #50699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50699E

Black with #50699E

Text Example


Text Example

White with #50699E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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