Html Css Color HEX #50649E San Marino

📋 copy color: '#50649E'

red 80 ◦ green 100 ◦ blue 158

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

Shades of San Marino #50649E

Tints of San Marino #50649E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

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

R = 23.67%
G = 29.59%
B = 46.75%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50649E (or 0x50649E) is known color: San Marino. HEX triplet: 50, 64 and 9E. RGB value is (80,100,158). Sum of RGB (Red+Green+Blue) = 80+100+158=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #50649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50649E is #AF9B61. Grayscale: #646464. Windows color (decimal): -11508578 or 10380368. OLE color: 10380368.

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

Color convert

RGB 80 100 158 -
CMYK 0.49 0.37 0 0.38
HSL 224.62º 0.33% 0.47% -
HSV(B) 224.62º 0.49% 0.62% -
XYZ 14.04 13.29 34.17 -
YUV 100.63 160.37 113.28 -
System Red Green Blue C M Y K H S L
Decimal 80 100 158 0.49 0.37 0 0.38 224.62 0.33 0.47
Hex 50 64 9E 31 25 0 26 E1 21 2F
Octal 120 144 236 61 45 0 46 341 41 57
Binary 1010000 1100100 10011110 110001 100101 0 100110 11100001 100001 101111

Color Harmonies of #50649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50649E

Black with #50649E

Text Example


Text Example

White with #50649E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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